(mode-line-buffer-identification): Fix prev change; use setq-default.

This commit is contained in:
Richard M. Stallman 1995-04-09 03:51:32 +00:00
parent ec39964e12
commit 7d5f0c0679

View file

@ -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