emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog bindings.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] emacs/lisp ChangeLog bindings.el
Date: Sun, 15 Nov 2009 20:25:58 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   09/11/15 20:25:58

Modified files:
        lisp           : ChangeLog bindings.el 

Log message:
        (mode-line-buffer-identification): Do not purecopy.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16639&r2=1.16640
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/bindings.el?cvsroot=emacs&r1=1.233&r2=1.234

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16639
retrieving revision 1.16640
diff -u -b -r1.16639 -r1.16640
--- ChangeLog   15 Nov 2009 16:23:07 -0000      1.16639
+++ ChangeLog   15 Nov 2009 20:25:55 -0000      1.16640
@@ -1,3 +1,7 @@
+2009-11-15  Dan Nicolaescu  <address@hidden>
+
+       * bindings.el (mode-line-buffer-identification): Do not purecopy.
+
 2009-11-15  Chong Yidong  <address@hidden>
 
        * dired.el (dired-mode-map): Move encryption items to "Operate"

Index: bindings.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/bindings.el,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -b -r1.233 -r1.234
--- bindings.el 14 Nov 2009 02:01:40 -0000      1.233
+++ bindings.el 15 Nov 2009 20:25:58 -0000      1.234
@@ -459,7 +459,7 @@
                    'mouse-face 'mode-line-highlight
                    'local-map mode-line-buffer-identification-keymap)))
 
-(defvar mode-line-buffer-identification (propertized-buffer-identification 
(purecopy "%12b")) "\
+(defvar mode-line-buffer-identification (propertized-buffer-identification 
"%12b") "\
 Mode-line control for identifying the buffer being displayed.
 Its default value is (\"%12b\") with some text properties added.
 Major modes that edit things other than ordinary files may change this




reply via email to

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