diff lisp/term/x-win.el @ 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 2743977604b1
children 95b2cea7c54a
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