# HG changeset patch # User Richard M. Stallman # Date 797399492 0 # Node ID 95b2cea7c54a1f517fc6fb2aa7c684e58fa42765 # Parent 45947c4ff70b225dd8687dbdc85a4b539374b00f (mode-line-buffer-identification): Fix prev change; use setq-default. diff -r 45947c4ff70b -r 95b2cea7c54a lisp/term/x-win.el --- 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