1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-31 20:02:42 +00:00

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

This commit is contained in:
Dan Nicolaescu 2009-11-15 20:25:55 +00:00
parent 7cce3c911d
commit f8e6526707
2 changed files with 5 additions and 1 deletions

View File

@ -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"

View File

@ -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