aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-11-14 20:04:06 -0500
committerGlenn Morris2011-11-14 20:04:06 -0500
commitf6aa5bb177cdc2d566026ae67e8cad54b89e92fc (patch)
treea0dac627efe3deb6a2522d2470996ed4fa664797
parent0d26e0b62b7d01e3cb6eb57943269b8f25e53cd6 (diff)
downloademacs-f6aa5bb177cdc2d566026ae67e8cad54b89e92fc.tar.gz
emacs-f6aa5bb177cdc2d566026ae67e8cad54b89e92fc.zip
ns-win.el fix for bug#10051
* lisp/term/ns-win.el (mode-line-frame-identification): Leave it alone.
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/term/ns-win.el3
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c6f5f3bfd4b..ef99e354593 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -7,6 +7,9 @@
7 7
82011-11-15 Glenn Morris <rgm@gnu.org> 82011-11-15 Glenn Morris <rgm@gnu.org>
9 9
10 * term/ns-win.el (mode-line-frame-identification):
11 Leave it alone. (Bug#10051)
12
10 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023) 13 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
11 14
12 * mail/rmailout.el (rmail-output-to-rmail-buffer): 15 * mail/rmailout.el (rmail-output-to-rmail-buffer):
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el
index 646b65abc60..db826f1db8a 100644
--- a/lisp/term/ns-win.el
+++ b/lisp/term/ns-win.el
@@ -513,9 +513,6 @@ unless the current buffer is a scratch buffer."
513 513
514;;;; Frame-related functions. 514;;;; Frame-related functions.
515 515
516;; Don't show the frame name; that's redundant with Nextstep.
517(setq-default mode-line-frame-identification '(" "))
518
519;; nsterm.m 516;; nsterm.m
520(defvar ns-alternate-modifier) 517(defvar ns-alternate-modifier)
521(defvar ns-right-alternate-modifier) 518(defvar ns-right-alternate-modifier)