summaryrefslogtreecommitdiff
path: root/lisp/term
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1997-08-05 17:03:56 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1997-08-05 17:03:56 +0000
commitfcd53aef873accc4c33c0bfb3ced69b02c611434 (patch)
tree063ef7445ff4e8ac781e70fd00bce77afd75321c /lisp/term
parent302e2be2ec97664495016973fc70cfb94c90ba04 (diff)
downloademacs-fcd53aef873accc4c33c0bfb3ced69b02c611434.tar.gz
Set mode-line-frame-identification
to remove frame name from mode-line instead of mode-line-buffer-identification.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/w32-win.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el
index 3f91ea10b60..3cc2986b69e 100644
--- a/lisp/term/w32-win.el
+++ b/lisp/term/w32-win.el
@@ -635,7 +635,7 @@ This is in addition to the primary selection.")
(setq split-window-keep-point t)
;; Don't show the frame name; that's redundant.
-(setq-default mode-line-buffer-identification '("Emacs: %12b"))
+(setq-default mode-line-frame-identification " ")
;;; Set to a system sound if you want a fancy bell.
(set-message-beep 'ok)