From d64ca902f7649dc1701a89fee3db10be070a3923 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 4 Jul 1993 18:54:59 +0000 Subject: [PATCH] (vc-backend-diff): Undo "-q" change. This was fixed instead by adding -q support to vcdiff. --- lisp/vc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vc.el b/lisp/vc.el index 3a098a1eba1..b619a7b6abe 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -1517,7 +1517,7 @@ Return nil if there is no such person." (or (vc-backend-dispatch file "vcdiff" "rcsdiff") (vc-registration-error file)) file - (vc-backend-dispatch file nil "-q") + "-q" (and oldvers (concat "-r" oldvers)) (and newvers (concat "-r" newvers)) (if (listp diff-switches) -- 2.39.5