# HG changeset patch # User Geoff Voelker # Date 870800636 0 # Node ID 337f5643498e74ffb56d9045496799acd33b8197 # Parent 8af428cb39066f94977645e686980ebdc4dbedc5 Set mode-line-frame-identification to remove frame name from mode-line instead of mode-line-buffer-identification. diff -r 8af428cb3906 -r 337f5643498e lisp/term/w32-win.el --- a/lisp/term/w32-win.el Tue Aug 05 16:47:01 1997 +0000 +++ b/lisp/term/w32-win.el Tue Aug 05 17:03:56 1997 +0000 @@ -635,7 +635,7 @@ (setq split-window-keep-point t) ;; Don't show the frame name; that's redundant. -(setq-default mode-line-buffer-identification '("Emacs: %12b")) +(setq-default mode-line-frame-identification " ") ;;; Set to a system sound if you want a fancy bell. (set-message-beep 'ok)