From 48078f8f69606470e514f013627cf60efc73e276 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 26 Jan 1996 19:36:34 +0000 Subject: [PATCH] (vc-diff): Make NOT-URGENT default to t. --- lisp/vc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2