Mercurial > emacs
changeset 11319:95b2cea7c54a
(mode-line-buffer-identification): Fix prev change; use setq-default.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 09 Apr 1995 03:51:32 +0000 |
parents | 45947c4ff70b |
children | aaf81f284f83 |
files | lisp/term/x-win.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/x-win.el Sun Apr 09 03:33:01 1995 +0000 +++ b/lisp/term/x-win.el Sun Apr 09 03:51:32 1995 +0000 @@ -738,6 +738,6 @@ (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