From: Richard M. Stallman Date: Fri, 26 Jan 1996 19:36:34 +0000 (+0000) Subject: (vc-diff): Make NOT-URGENT default to t. X-Git-Tag: emacs-19.34~1484 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48078f8f69606470e514f013627cf60efc73e276;p=emacs.git (vc-diff): Make NOT-URGENT default to t. --- 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