Mercurial > emacs
changeset 106032:42cdafa98c50
(mode-line-buffer-identification): Do not purecopy.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 15 Nov 2009 20:25:55 +0000 |
parents | 01ca1d5c7d8a |
children | 2bed02fa3041 |
files | lisp/ChangeLog lisp/bindings.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Nov 15 16:23:07 2009 +0000 +++ b/lisp/ChangeLog Sun Nov 15 20:25:55 2009 +0000 @@ -1,3 +1,7 @@ +2009-11-15 Dan Nicolaescu <dann@ics.uci.edu> + + * bindings.el (mode-line-buffer-identification): Do not purecopy. + 2009-11-15 Chong Yidong <cyd@stupidchicken.com> * dired.el (dired-mode-map): Move encryption items to "Operate"
--- a/lisp/bindings.el Sun Nov 15 16:23:07 2009 +0000 +++ b/lisp/bindings.el Sun Nov 15 20:25:55 2009 +0000 @@ -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