* lisp/vc/vc.el (vc-register): Fix interactive spec (bug#79183).
This commit is contained in:
@@ -1479,7 +1479,7 @@ itself responsible for the file (usually because other files in that
|
||||
directory are already registered under that backend) will be used to
|
||||
register the file. If no backend declares itself responsible, the
|
||||
first backend that could register the file is used."
|
||||
(interactive "P")
|
||||
(interactive)
|
||||
(let* ((fileset-arg (or vc-fileset (vc-deduce-fileset nil t)))
|
||||
(backend (car fileset-arg))
|
||||
(files (nth 1 fileset-arg)))
|
||||
|
||||
Reference in New Issue
Block a user