summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/vc.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index 30efd4ebecb..840113f58de 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -1487,6 +1487,7 @@ Return nil if there is no such person."
(or (vc-backend-dispatch file "vcdiff" "rcsdiff")
(vc-registration-error file))
file
+ "-q"
(and oldvers (concat "-r" oldvers))
(and newvers (concat "-r" newvers))
(if (listp diff-switches)