diff lisp/vc.el @ 3956:ef9f2cfb6703

* vc.el (vc-backend-diff): Pass the "-q" flag only if we're using rcsdiff.
author Jim Blandy <jimb@redhat.com>
date Fri, 02 Jul 1993 20:07:55 +0000
parents 1b954eb0f249
children 103a29fa86b7
line wrap: on
line diff
--- a/lisp/vc.el	Fri Jul 02 18:31:59 1993 +0000
+++ b/lisp/vc.el	Fri Jul 02 20:07:55 1993 +0000
@@ -1512,7 +1512,7 @@
 	 (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)