summaryrefslogtreecommitdiff
path: root/lisp/term
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-04-09 03:51:32 +0000
committerRichard M. Stallman <rms@gnu.org>1995-04-09 03:51:32 +0000
commitca6c3f34b782cd848a892140794de75415e140ad (patch)
treecbc1e1f5d3325657a9666aea7ea6c470a2af9b4b /lisp/term
parentc718c79a2c6e849304107a404e3a6b6240bed56a (diff)
downloademacs-ca6c3f34b782cd848a892140794de75415e140ad.tar.gz
(mode-line-buffer-identification): Fix prev change; use setq-default.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/x-win.el2
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.")
(setq split-window-keep-point t)
;; Don't show the frame name; that's redundant with X.
-(setq mode-line-buffer-identification '("Emacs: %12b"))
+(setq-default mode-line-buffer-identification '("Emacs: %12b"))
;;; x-win.el ends here