aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc.el2
1 files changed, 1 insertions, 1 deletions
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."
1517 (or (vc-backend-dispatch file "vcdiff" "rcsdiff") 1517 (or (vc-backend-dispatch file "vcdiff" "rcsdiff")
1518 (vc-registration-error file)) 1518 (vc-registration-error file))
1519 file 1519 file
1520 (vc-backend-dispatch file nil "-q") 1520 "-q"
1521 (and oldvers (concat "-r" oldvers)) 1521 (and oldvers (concat "-r" oldvers))
1522 (and newvers (concat "-r" newvers)) 1522 (and newvers (concat "-r" newvers))
1523 (if (listp diff-switches) 1523 (if (listp diff-switches)