changeset 72241:1e03b7126068

(mode-line-format): Simplify reference to vc-mode.
author Andreas Schwab <schwab@suse.de>
date Wed, 02 Aug 2006 09:55:54 +0000
parents 58cba531e51d
children ade26f82c364
files lisp/bindings.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/bindings.el	Wed Aug 02 09:49:08 2006 +0000
+++ b/lisp/bindings.el	Wed Aug 02 09:55:54 2006 +0000
@@ -291,7 +291,7 @@
      '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))