diff options
| author | Paul Eggert <eggert@twinsun.com> | 1993-07-04 18:54:59 +0000 |
|---|---|---|
| committer | Paul Eggert <eggert@twinsun.com> | 1993-07-04 18:54:59 +0000 |
| commit | d64ca902f7649dc1701a89fee3db10be070a3923 (patch) | |
| tree | d4e564b6303a980180e846a97683b70904a48507 /lisp | |
| parent | 61c6b658a91c62ceb19d26953b3ec33a0042e286 (diff) | |
| download | emacs-d64ca902f7649dc1701a89fee3db10be070a3923.tar.gz | |
(vc-backend-diff): Undo "-q" change. This was fixed instead by adding
-q support to vcdiff.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/vc.el | 2 |
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." (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) |
