]> git.eshelyaron.com Git - emacs.git/commitdiff
(mode-line-buffer-identification): Eliminate %F.
authorRichard M. Stallman <rms@gnu.org>
Sat, 8 Apr 1995 02:51:37 +0000 (02:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 8 Apr 1995 02:51:37 +0000 (02:51 +0000)
lisp/term/x-win.el

index e09a04fc22343c6f596ca3b5c96de5a67ad8022c..956b63568ab863fe79e632444e9e5c3bccedafe5 100644 (file)
@@ -737,4 +737,7 @@ This is in addition to the primary selection.")
 ;;; 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