(vc-backend-diff): Undo "-q" change. This was fixed instead by adding

-q support to vcdiff.
This commit is contained in:
Paul Eggert 1993-07-04 18:54:59 +00:00
parent 61c6b658a9
commit d64ca902f7

View file

@ -1517,7 +1517,7 @@ Return nil if there is no such person."
(or (vc-backend-dispatch file "vcdiff" "rcsdiff")
(vc-registration-error file))
file
(vc-backend-dispatch file nil "-q")
"-q"
(and oldvers (concat "-r" oldvers))
(and newvers (concat "-r" newvers))
(if (listp diff-switches)