summaryrefslogtreecommitdiff
path: root/lisp/term
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-04-08 02:51:37 +0000
committerRichard M. Stallman <rms@gnu.org>1995-04-08 02:51:37 +0000
commita6b7c85b2bc7e0e21835ffa941300e335eb98bcd (patch)
tree4cd3a3998f123a9f0f8b38ce57a494511d8749e8 /lisp/term
parent7553aed0c381a41d5ba14515dd1ab7cd71d8f1c4 (diff)
downloademacs-a6b7c85b2bc7e0e21835ffa941300e335eb98bcd.tar.gz
(mode-line-buffer-identification): Eliminate %F.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/x-win.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index e09a04fc223..956b63568ab 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -737,4 +737,7 @@ This is in addition to the primary selection.")
;;; that this is only annoying.
(setq split-window-keep-point t)
+;; Don't show the frame name; that's redundant with X.
+(setq mode-line-buffer-identification '("Emacs: %12b"))
+
;;; x-win.el ends here