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:
parent
e2bfb60a53
commit
21526a531d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user