diff options
| -rw-r--r-- | lisp/term/x-win.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 956b63568ab..2d6dec473f7 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el | |||
| @@ -738,6 +738,6 @@ This is in addition to the primary selection.") | |||
| 738 | (setq split-window-keep-point t) | 738 | (setq split-window-keep-point t) |
| 739 | 739 | ||
| 740 | ;; Don't show the frame name; that's redundant with X. | 740 | ;; Don't show the frame name; that's redundant with X. |
| 741 | (setq mode-line-buffer-identification '("Emacs: %12b")) | 741 | (setq-default mode-line-buffer-identification '("Emacs: %12b")) |
| 742 | 742 | ||
| 743 | ;;; x-win.el ends here | 743 | ;;; x-win.el ends here |