aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1993-06-12 02:18:02 +0000
committerRichard M. Stallman1993-06-12 02:18:02 +0000
commitc4f4f2d12f957d0c4ccf6f1f29a95c2c2821295a (patch)
tree0e7ec6830e2e4dec58cd46f62c5cf8049e0f2560 /lisp
parentc3bf10c278bee183f267d9593a892021b89bc5e2 (diff)
downloademacs-c4f4f2d12f957d0c4ccf6f1f29a95c2c2821295a.tar.gz
emacs-c4f4f2d12f957d0c4ccf6f1f29a95c2c2821295a.zip
(vc-backend-diff): Always use -q option.
Diffstat (limited to 'lisp')
-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."
1487 (or (vc-backend-dispatch file "vcdiff" "rcsdiff") 1487 (or (vc-backend-dispatch file "vcdiff" "rcsdiff")
1488 (vc-registration-error file)) 1488 (vc-registration-error file))
1489 file 1489 file
1490 "-q"
1490 (and oldvers (concat "-r" oldvers)) 1491 (and oldvers (concat "-r" oldvers))
1491 (and newvers (concat "-r" newvers)) 1492 (and newvers (concat "-r" newvers))
1492 (if (listp diff-switches) 1493 (if (listp diff-switches)