From 53631723061b209893fe44016d3a8018e30a0094 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 8 Apr 1995 02:51:37 +0000 Subject: [PATCH] (mode-line-buffer-identification): Eliminate %F. --- lisp/term/x-win.el | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5