1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

* vc.el (vc-backend-diff): Pass the "-q" flag only if we're using

rcsdiff.
This commit is contained in:
Jim Blandy 1993-07-02 20:07:55 +00:00
parent e2bfb60a53
commit 21526a531d

View File

@ -1512,7 +1512,7 @@ Return nil if there is no such person."
(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)