diff lisp/term/x-win.el @ 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 e7510a23df8e
children 8fb524439d09
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