Mercurial > emacs
changeset 3956:ef9f2cfb6703
* vc.el (vc-backend-diff): Pass the "-q" flag only if we're using
rcsdiff.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Fri, 02 Jul 1993 20:07:55 +0000 |
parents | aa3a8669cdda |
children | 4d53420e2df4 |
files | lisp/vc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc.el Fri Jul 02 18:31:59 1993 +0000 +++ b/lisp/vc.el Fri Jul 02 20:07:55 1993 +0000 @@ -1512,7 +1512,7 @@ (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)