]> code.delx.au - gnu-emacs/commitdiff
(vc-diff): Make NOT-URGENT default to t.
authorRichard M. Stallman <rms@gnu.org>
Fri, 26 Jan 1996 19:36:34 +0000 (19:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 26 Jan 1996 19:36:34 +0000 (19:36 +0000)
lisp/vc.el

index ca4b70bd4defc5b28fa91ce1067d56069d1e637f..b4c6f9e19e893845238b9fd24e85984a5667e27e 100644 (file)
@@ -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