From f182c531a2c786bd1d5246691a05b175e84220cf Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Tue, 5 Aug 1997 17:03:56 +0000 Subject: [PATCH] Set mode-line-frame-identification to remove frame name from mode-line instead of mode-line-buffer-identification. --- lisp/term/w32-win.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2