]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-mode-line): Fix interactive spec.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 5 Oct 2000 22:47:21 +0000 (22:47 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 5 Oct 2000 22:47:21 +0000 (22:47 +0000)
lisp/vc-hooks.el

index 8e662efefba1d8f91aab1f06b43515cf9b3cea38..af08aa6a7d37288eb938172be50f1a88d409b541 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author:     FSF (see vc.el for full credits)
 ;; Maintainer: Andre Spiegel <spiegel@gnu.org>
 
-;; $Id: vc-hooks.el,v 1.121 2000/10/02 12:02:37 spiegel Exp $
+;; $Id: vc-hooks.el,v 1.122 2000/10/04 09:50:21 spiegel Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -508,7 +508,7 @@ be backed up locally.  The default is to switch off this feature."
   "Set `vc-mode' to display type of version control for FILE.
 The value is set in the current buffer, which should be the buffer
 visiting FILE."
-  (interactive (list buffer-file-name nil))
+  (interactive (list buffer-file-name))
   (unless (not (vc-backend file))
     (setq vc-mode (concat " " (if vc-display-status
                                  (vc-call mode-line-string file)