summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-01-26 19:36:34 +0000
committerRichard M. Stallman <rms@gnu.org>1996-01-26 19:36:34 +0000
commitf88d357e0eb588a42fc73c1514fb2edd12cf9fff (patch)
treeaf8372bb012d65a302d90805b748c7b0d20ddef3
parent7b8706218f2263384b37c5c9f80f8310659e19b9 (diff)
downloademacs-f88d357e0eb588a42fc73c1514fb2edd12cf9fff.tar.gz
(vc-diff): Make NOT-URGENT default to t.
-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
checked in version of that file. This uses no arguments.
With a prefix argument, it reads the file name to use
and two version designators specifying which versions to compare."
- (interactive "P")
+ (interactive (list current-prefix-arg t))
(if vc-dired-mode
(set-buffer (find-file-noselect (dired-get-filename))))
(while vc-parent-buffer