# HG changeset patch # User Karl Heuer # Date 790053053 0 # Node ID 08876628ef1495b956f07c7cab982a8e28f9d633 # Parent 5faba1b094d5938872665f4ae852207441b47c74 (vc-directory): Prompt for a directory, not a file. diff -r 5faba1b094d5 -r 08876628ef14 lisp/vc.el --- 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)