aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorRichard M. Stallman1995-04-09 03:51:32 +0000
committerRichard M. Stallman1995-04-09 03:51:32 +0000
commit7d5f0c0679337da47612e995fcbd0dbeda653a01 (patch)
tree7dacadf9802acf74faac691d395678395bbf975f /lisp/term
parentec39964e121e260f6010ff55cdbe7835fc70db75 (diff)
downloademacs-7d5f0c0679337da47612e995fcbd0dbeda653a01.tar.gz
emacs-7d5f0c0679337da47612e995fcbd0dbeda653a01.zip
(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.")
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