Mercurial > emacs
changeset 14376:eb8910a353fc
(vc-diff): Make NOT-URGENT default to t.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 26 Jan 1996 19:36:34 +0000 |
parents | 84578fb72dd3 |
children | 2e6bd1a2712a |
files | lisp/vc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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