From 21526a531da8169c2d272722f37916842d745c88 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Fri, 2 Jul 1993 20:07:55 +0000 Subject: [PATCH] * vc.el (vc-backend-diff): Pass the "-q" flag only if we're using rcsdiff. --- lisp/vc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vc.el b/lisp/vc.el index 01b8b26d3bc..fd1c644fdf6 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -1512,7 +1512,7 @@ Return nil if there is no such person." (or (vc-backend-dispatch file "vcdiff" "rcsdiff") (vc-registration-error file)) file - "-q" + (vc-backend-dispatch file nil "-q") (and oldvers (concat "-r" oldvers)) (and newvers (concat "-r" newvers)) (if (listp diff-switches) -- 2.39.5