From: Karl Heuer Date: Sat, 14 Jan 1995 03:10:53 +0000 (+0000) Subject: (vc-directory): Prompt for a directory, not a file. X-Git-Tag: emacs-19.34~5430 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48ce8399f828c0528c2e9dbefc29b5510fea9b5d;p=emacs.git (vc-directory): Prompt for a directory, not a file. --- diff --git a/lisp/vc.el b/lisp/vc.el index 70ce0d5c842..146de5e81b8 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -1086,7 +1086,7 @@ Interactively, supply a prefix arg to make VERBOSE non-nil. If the optional third argument NESTED is non-nil, scan the entire tree of subdirectories of the current directory." - (interactive "FVC status of directory: \nP") + (interactive "DVC status of directory: \nP") (let* (nonempty (dl (length dir)) (filelist nil) (userlist nil)