Mercurial > emacs
changeset 3981:e6814dfc4b3b
(vc-backend-diff): Undo "-q" change. This was fixed instead by adding
-q support to vcdiff.
author | Paul Eggert <eggert@twinsun.com> |
---|---|
date | Sun, 04 Jul 1993 18:54:59 +0000 |
parents | bf2d4294a1dd |
children | e50f7b531c7f |
files | lisp/vc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc.el Sun Jul 04 18:53:24 1993 +0000 +++ b/lisp/vc.el Sun Jul 04 18:54:59 1993 +0000 @@ -1517,7 +1517,7 @@ (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)