comparison lisp/vc.el @ 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 e5638e0a5a60
children 7981b19e9028
comparison
equal deleted inserted replaced
10427:5faba1b094d5 10428:08876628ef14
1084 otherwise show only files that current locked in the version control system. 1084 otherwise show only files that current locked in the version control system.
1085 Interactively, supply a prefix arg to make VERBOSE non-nil. 1085 Interactively, supply a prefix arg to make VERBOSE non-nil.
1086 1086
1087 If the optional third argument NESTED is non-nil, 1087 If the optional third argument NESTED is non-nil,
1088 scan the entire tree of subdirectories of the current directory." 1088 scan the entire tree of subdirectories of the current directory."
1089 (interactive "FVC status of directory: \nP") 1089 (interactive "DVC status of directory: \nP")
1090 (let* (nonempty 1090 (let* (nonempty
1091 (dl (length dir)) 1091 (dl (length dir))
1092 (filelist nil) (userlist nil) 1092 (filelist nil) (userlist nil)
1093 dired-buf 1093 dired-buf
1094 dired-buf-mod-count 1094 dired-buf-mod-count