diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-05-15 03:39:22 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-05-15 03:39:22 +0000 |
commit | b360a6bedd478a052300446c1ee8f7500cc15858 (patch) | |
tree | ea5a8f596e88ea8ef734714f4cef0691652c157f /lisp/term/x-win.el | |
parent | 4edca269ccde1781aa4750d0b82f2c252b3fa5b7 (diff) | |
download | emacs-b360a6bedd478a052300446c1ee8f7500cc15858.tar.gz emacs-b360a6bedd478a052300446c1ee8f7500cc15858.tar.bz2 emacs-b360a6bedd478a052300446c1ee8f7500cc15858.zip |
(mode-line-buffer-identification):
Use a different value which omits `Emacs: '.
Diffstat (limited to 'lisp/term/x-win.el')
-rw-r--r-- | lisp/term/x-win.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index dd9c0317f11..a6a9cfb69ed 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -646,6 +646,8 @@ 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")) + (if (fboundp 'new-fontset) (progn ;; Create a default fontset. |