]> git.eshelyaron.com Git - emacs.git/commitdiff
Set mode-line-frame-identification
authorGeoff Voelker <voelker@cs.washington.edu>
Tue, 5 Aug 1997 17:03:56 +0000 (17:03 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Tue, 5 Aug 1997 17:03:56 +0000 (17:03 +0000)
to remove frame name from mode-line instead of
mode-line-buffer-identification.

lisp/term/w32-win.el

index 3f91ea10b60ce3d51b18206a86177add250a6005..3cc2986b69e118b4d3818c9b7f1a5e63e9298f2c 100644 (file)
@@ -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)