From 7d5f0c0679337da47612e995fcbd0dbeda653a01 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 9 Apr 1995 03:51:32 +0000 Subject: [PATCH] (mode-line-buffer-identification): Fix prev change; use setq-default. --- lisp/term/x-win.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 956b63568ab..2d6dec473f7 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -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 -- 2.39.5