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:
parent
7cce3c911d
commit
f8e6526707
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user