Mercurial > emacs
changeset 10428:08876628ef14
(vc-directory): Prompt for a directory, not a file.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sat, 14 Jan 1995 03:10:53 +0000 |
parents | 5faba1b094d5 |
children | c37ee605ba79 |
files | lisp/vc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc.el Sat Jan 14 02:19:32 1995 +0000 +++ b/lisp/vc.el Sat Jan 14 03:10:53 1995 +0000 @@ -1086,7 +1086,7 @@ 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)