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 | 7b764489ab2f50fb7f8984d771337e5821c45644 (patch) | |
tree | 2bf7611ebdcc2b731491cf59ceb9c36f7917b332 | |
parent | b360a6bedd478a052300446c1ee8f7500cc15858 (diff) | |
download | emacs-7b764489ab2f50fb7f8984d771337e5821c45644.tar.gz |
(mode-line-frame-identification):
Set this, not mode-line-buffer-identification.
-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 |