# HG changeset patch # User Richard M. Stallman # Date 797309497 0 # Node ID e7510a23df8e1172dca8266db517df9071dda180 # Parent b8ba33ac2f229ee0de6d39a4e280169846caaf95 (mode-line-buffer-identification): Eliminate %F. diff -r b8ba33ac2f22 -r e7510a23df8e lisp/term/x-win.el --- 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