mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-16 09:50:25 +00:00
(mode-line-format): Simplify reference to vc-mode.
This commit is contained in:
parent
0bbb2a3a8d
commit
3862ba195c
@ -1,3 +1,7 @@
|
||||
2006-08-02 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* bindings.el (mode-line-format): Simplify reference to vc-mode.
|
||||
|
||||
2006-08-02 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
* bindings.el (map): Make mode-line-buffer-identification-keymap
|
||||
|
@ -291,7 +291,7 @@ Keymap to display on minor modes.")
|
||||
'mode-line-buffer-identification
|
||||
(propertize " " 'help-echo help-echo)
|
||||
'mode-line-position
|
||||
`(vc-mode ("" vc-mode))
|
||||
'(vc-mode vc-mode)
|
||||
(propertize " " 'help-echo help-echo)
|
||||
'mode-line-modes
|
||||
`(which-func-mode ("" which-func-format ,dashes))
|
||||
|
Loading…
Reference in New Issue
Block a user