changeset 19167:337f5643498e

Set mode-line-frame-identification to remove frame name from mode-line instead of mode-line-buffer-identification.
author Geoff Voelker <voelker@cs.washington.edu>
date Tue, 05 Aug 1997 17:03:56 +0000
parents 8af428cb3906
children 8b79ec97982b
files lisp/term/w32-win.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term/w32-win.el	Tue Aug 05 16:47:01 1997 +0000
+++ b/lisp/term/w32-win.el	Tue Aug 05 17:03:56 1997 +0000
@@ -635,7 +635,7 @@
 (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)