# HG changeset patch # User Stefan Monnier # Date 970786041 0 # Node ID a771b5a6fa6954d823a1f227a915c929ef6c5569 # Parent 418444640a1ee7e58bfbffaded0161330d708e58 (vc-mode-line): Fix interactive spec. diff -r 418444640a1e -r a771b5a6fa69 lisp/vc-hooks.el --- a/lisp/vc-hooks.el Thu Oct 05 22:45:59 2000 +0000 +++ b/lisp/vc-hooks.el Thu Oct 05 22:47:21 2000 +0000 @@ -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 @@ "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)