Mercurial > emacs
changeset 32188:a771b5a6fa69
(vc-mode-line): Fix interactive spec.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 05 Oct 2000 22:47:21 +0000 |
parents | 418444640a1e |
children | 921a2e8fa97e |
files | lisp/vc-hooks.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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 @@ "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)