]> code.delx.au - gnu-emacs/commitdiff
(mode-line-buffer-identification): Fix prev change; use setq-default.
authorRichard M. Stallman <rms@gnu.org>
Sun, 9 Apr 1995 03:51:32 +0000 (03:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 9 Apr 1995 03:51:32 +0000 (03:51 +0000)
lisp/term/x-win.el

index 956b63568ab863fe79e632444e9e5c3bccedafe5..2d6dec473f7c340d96e67bdde9126e6b59eb7e9c 100644 (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