comparison lisp/bindings.el @ 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 5bb289ba7169
children a72f79f89185
comparison
equal deleted inserted replaced
106031:01ca1d5c7d8a 106032:42cdafa98c50
457 mouse-1: previous buffer\n\ 457 mouse-1: previous buffer\n\
458 mouse-3: next buffer") 458 mouse-3: next buffer")
459 'mouse-face 'mode-line-highlight 459 'mouse-face 'mode-line-highlight
460 'local-map mode-line-buffer-identification-keymap))) 460 'local-map mode-line-buffer-identification-keymap)))
461 461
462 (defvar mode-line-buffer-identification (propertized-buffer-identification (purecopy "%12b")) "\ 462 (defvar mode-line-buffer-identification (propertized-buffer-identification "%12b") "\
463 Mode-line control for identifying the buffer being displayed. 463 Mode-line control for identifying the buffer being displayed.
464 Its default value is (\"%12b\") with some text properties added. 464 Its default value is (\"%12b\") with some text properties added.
465 Major modes that edit things other than ordinary files may change this 465 Major modes that edit things other than ordinary files may change this
466 \(e.g. Info, Dired,...)") 466 \(e.g. Info, Dired,...)")
467 467