Mercurial > emacs
changeset 3671:dffbfae75c92
(vc-backend-diff): Always use -q option.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 12 Jun 1993 02:18:02 +0000 |
parents | 7b357cbaae8b |
children | 3eaec128c91e |
files | lisp/vc.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc.el Sat Jun 12 01:44:48 1993 +0000 +++ b/lisp/vc.el Sat Jun 12 02:18:02 1993 +0000 @@ -1487,6 +1487,7 @@ (or (vc-backend-dispatch file "vcdiff" "rcsdiff") (vc-registration-error file)) file + "-q" (and oldvers (concat "-r" oldvers)) (and newvers (concat "-r" newvers)) (if (listp diff-switches)