ns-win.el fix for bug#10051

* lisp/term/ns-win.el (mode-line-frame-identification): Leave it alone.
This commit is contained in:
Glenn Morris 2011-11-14 20:04:06 -05:00
parent 0d26e0b62b
commit f6aa5bb177
2 changed files with 3 additions and 3 deletions

View file

@ -7,6 +7,9 @@
2011-11-15 Glenn Morris <rgm@gnu.org>
* term/ns-win.el (mode-line-frame-identification):
Leave it alone. (Bug#10051)
* simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
* mail/rmailout.el (rmail-output-to-rmail-buffer):

View file

@ -513,9 +513,6 @@ unless the current buffer is a scratch buffer."
;;;; Frame-related functions.
;; Don't show the frame name; that's redundant with Nextstep.
(setq-default mode-line-frame-identification '(" "))
;; nsterm.m
(defvar ns-alternate-modifier)
(defvar ns-right-alternate-modifier)