From 67c6f446df01c638d42620d498100995bb86ccaf Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 5 Oct 2000 22:47:21 +0000 Subject: [PATCH] (vc-mode-line): Fix interactive spec. --- lisp/vc-hooks.el | 4 ++-- 1 file 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 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel -;; $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) -- 2.39.2