Mercurial > emacs
changeset 11290:e7510a23df8e
(mode-line-buffer-identification): Eliminate %F.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 08 Apr 1995 02:51:37 +0000 |
parents | b8ba33ac2f22 |
children | 856fe1d1f30d |
files | lisp/term/x-win.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/x-win.el Sat Apr 08 02:24:20 1995 +0000 +++ b/lisp/term/x-win.el Sat Apr 08 02:51:37 1995 +0000 @@ -737,4 +737,7 @@ ;;; that this is only annoying. (setq split-window-keep-point t) +;; Don't show the frame name; that's redundant with X. +(setq mode-line-buffer-identification '("Emacs: %12b")) + ;;; x-win.el ends here