mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(mode-line-buffer-identification): Fix prev change; use setq-default.
This commit is contained in:
parent
ec39964e12
commit
7d5f0c0679
1 changed files with 1 additions and 1 deletions
|
|
@ -738,6 +738,6 @@ This is in addition to the primary selection.")
|
|||
(setq split-window-keep-point t)
|
||||
|
||||
;; Don't show the frame name; that's redundant with X.
|
||||
(setq mode-line-buffer-identification '("Emacs: %12b"))
|
||||
(setq-default mode-line-buffer-identification '("Emacs: %12b"))
|
||||
|
||||
;;; x-win.el ends here
|
||||
|
|
|
|||
Loading…
Reference in a new issue