aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index ca4b70bd4de..b4c6f9e19e8 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -1110,7 +1110,7 @@ Normally this compares the current file and buffer with the most recent
1110checked in version of that file. This uses no arguments. 1110checked in version of that file. This uses no arguments.
1111With a prefix argument, it reads the file name to use 1111With a prefix argument, it reads the file name to use
1112and two version designators specifying which versions to compare." 1112and two version designators specifying which versions to compare."
1113 (interactive "P") 1113 (interactive (list current-prefix-arg t))
1114 (if vc-dired-mode 1114 (if vc-dired-mode
1115 (set-buffer (find-file-noselect (dired-get-filename)))) 1115 (set-buffer (find-file-noselect (dired-get-filename))))
1116 (while vc-parent-buffer 1116 (while vc-parent-buffer