From: Richard M. Stallman Date: Sat, 8 Apr 1995 02:51:37 +0000 (+0000) Subject: (mode-line-buffer-identification): Eliminate %F. X-Git-Tag: emacs-19.34~4568 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=53631723061b209893fe44016d3a8018e30a0094;p=emacs.git (mode-line-buffer-identification): Eliminate %F. --- diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index e09a04fc223..956b63568ab 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -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