From: Geoff Voelker Date: Tue, 5 Aug 1997 17:03:56 +0000 (+0000) Subject: Set mode-line-frame-identification X-Git-Tag: emacs-20.1~779 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f182c531a2c786bd1d5246691a05b175e84220cf;p=emacs.git Set mode-line-frame-identification to remove frame name from mode-line instead of mode-line-buffer-identification. --- 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)