diff options
author | Andreas Schwab <schwab@suse.de> | 2006-08-02 09:56:16 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2006-08-02 09:56:16 +0000 |
commit | 3862ba195c151ebc6930dbd3b4a9ed3a38e53a48 (patch) | |
tree | 6ab4c9c592c9b5bb130ef656918efc8b81b619c7 /lisp/bindings.el | |
parent | 0bbb2a3a8dc0d4c0c8d665a585960f2ca0748b6b (diff) | |
download | emacs-3862ba195c151ebc6930dbd3b4a9ed3a38e53a48.tar.gz |
(mode-line-format): Simplify reference to vc-mode.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r-- | lisp/bindings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index 0769b3ad081..699a05203af 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -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)) |