# HG changeset patch # User Richard M. Stallman # Date 822684994 0 # Node ID eb8910a353fc8a26b014df880c47fd82d5aa4a7e # Parent 84578fb72dd3bae7556c38cabed5bb988ea32eac (vc-diff): Make NOT-URGENT default to t. diff -r 84578fb72dd3 -r eb8910a353fc lisp/vc.el --- a/lisp/vc.el Fri Jan 26 19:30:42 1996 +0000 +++ b/lisp/vc.el Fri Jan 26 19:36:34 1996 +0000 @@ -1110,7 +1110,7 @@ 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