diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-05-15 03:54:56 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-05-15 03:54:56 +0000 |
commit | 224dbaad3a9eb602f10eb42ad7814e35a2d65fe6 (patch) | |
tree | 02a7b1edd17ced67a1f3c9197e9c526e3685b62a /lisp/term | |
parent | b4f18827598072d68183b6beb8aa42ce8596722b (diff) | |
download | emacs-224dbaad3a9eb602f10eb42ad7814e35a2d65fe6.tar.gz |
(mode-line-frame-identification):
Set this, not mode-line-buffer-identification.
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 a6a9cfb69ed..84827e2680a 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -646,7 +646,7 @@ This is in addition to the primary selection.") (setq x-cut-buffer-max (min (- (/ (x-server-max-request-size) 2) 100) x-cut-buffer-max)) -(setq-default mode-line-buffer-identification '(" %12b")) +(setq-default mode-line-frame-identification "") (if (fboundp 'new-fontset) (progn |