diff options
| author | Richard M. Stallman | 1995-04-09 03:51:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-04-09 03:51:32 +0000 |
| commit | 7d5f0c0679337da47612e995fcbd0dbeda653a01 (patch) | |
| tree | 7dacadf9802acf74faac691d395678395bbf975f /lisp/term | |
| parent | ec39964e121e260f6010ff55cdbe7835fc70db75 (diff) | |
| download | emacs-7d5f0c0679337da47612e995fcbd0dbeda653a01.tar.gz emacs-7d5f0c0679337da47612e995fcbd0dbeda653a01.zip | |
(mode-line-buffer-identification): Fix prev change; use setq-default.
Diffstat (limited to 'lisp/term')
| -rw-r--r-- | lisp/term/x-win.el | 2 |
1 files changed, 1 insertions, 1 deletions
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.") | |||
| 738 | (setq split-window-keep-point t) | 738 | (setq split-window-keep-point t) |
| 739 | 739 | ||
| 740 | ;; Don't show the frame name; that's redundant with X. | 740 | ;; Don't show the frame name; that's redundant with X. |
| 741 | (setq mode-line-buffer-identification '("Emacs: %12b")) | 741 | (setq-default mode-line-buffer-identification '("Emacs: %12b")) |
| 742 | 742 | ||
| 743 | ;;; x-win.el ends here | 743 | ;;; x-win.el ends here |