aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc-hooks.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el
index 8e662efefba..af08aa6a7d3 100644
--- a/lisp/vc-hooks.el
+++ b/lisp/vc-hooks.el
@@ -5,7 +5,7 @@
5;; Author: FSF (see vc.el for full credits) 5;; Author: FSF (see vc.el for full credits)
6;; Maintainer: Andre Spiegel <spiegel@gnu.org> 6;; Maintainer: Andre Spiegel <spiegel@gnu.org>
7 7
8;; $Id: vc-hooks.el,v 1.121 2000/10/02 12:02:37 spiegel Exp $ 8;; $Id: vc-hooks.el,v 1.122 2000/10/04 09:50:21 spiegel Exp $
9 9
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
11 11
@@ -508,7 +508,7 @@ be backed up locally. The default is to switch off this feature."
508 "Set `vc-mode' to display type of version control for FILE. 508 "Set `vc-mode' to display type of version control for FILE.
509The value is set in the current buffer, which should be the buffer 509The value is set in the current buffer, which should be the buffer
510visiting FILE." 510visiting FILE."
511 (interactive (list buffer-file-name nil)) 511 (interactive (list buffer-file-name))
512 (unless (not (vc-backend file)) 512 (unless (not (vc-backend file))
513 (setq vc-mode (concat " " (if vc-display-status 513 (setq vc-mode (concat " " (if vc-display-status
514 (vc-call mode-line-string file) 514 (vc-call mode-line-string file)