emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106380: ns-win.el fix for bug#10051


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106380: ns-win.el fix for bug#10051
Date: Mon, 14 Nov 2011 20:04:06 -0500
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106380
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2011-11-14 20:04:06 -0500
message:
  ns-win.el fix for bug#10051
  
  * lisp/term/ns-win.el (mode-line-frame-identification): Leave it alone.
modified:
  lisp/ChangeLog
  lisp/term/ns-win.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-11-15 00:54:19 +0000
+++ b/lisp/ChangeLog    2011-11-15 01:04:06 +0000
@@ -7,6 +7,9 @@
 
 2011-11-15  Glenn Morris  <address@hidden>
 
+       * 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):

=== modified file 'lisp/term/ns-win.el'
--- a/lisp/term/ns-win.el       2011-10-01 20:32:01 +0000
+++ b/lisp/term/ns-win.el       2011-11-15 01:04:06 +0000
@@ -513,9 +513,6 @@
 
 ;;;; 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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]