# HG changeset patch # User Dan Nicolaescu # Date 1258316755 0 # Node ID 42cdafa98c50907fce6c274a596880720dff93f2 # Parent 01ca1d5c7d8a2674b12907e3d47bfd6298e9de45 (mode-line-buffer-identification): Do not purecopy. diff -r 01ca1d5c7d8a -r 42cdafa98c50 lisp/ChangeLog --- 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 + + * bindings.el (mode-line-buffer-identification): Do not purecopy. + 2009-11-15 Chong Yidong * dired.el (dired-mode-map): Move encryption items to "Operate" diff -r 01ca1d5c7d8a -r 42cdafa98c50 lisp/bindings.el --- 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