1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00

Set mode-line-frame-identification

to remove frame name from mode-line instead of
mode-line-buffer-identification.
This commit is contained in:
Geoff Voelker 1997-08-05 17:03:56 +00:00
parent a360be793e
commit f182c531a2

View 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)