From f8e65267070633b270e2edf46bd9b521168e5358 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sun, 15 Nov 2009 20:25:55 +0000 Subject: [PATCH] (mode-line-buffer-identification): Do not purecopy. --- lisp/ChangeLog | 4 ++++ lisp/bindings.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1a2edac321d..c0860179da1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/bindings.el b/lisp/bindings.el index fac02a9e899..c02980f04b2 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -459,7 +459,7 @@ mouse-3: next buffer") '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 -- 2.39.5