comparison lisp/vc.el @ 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 f2b1d5cc9337
children d7d674c99039
comparison
equal deleted inserted replaced
3670:7b357cbaae8b 3671:dffbfae75c92
1485 (setq newvers (vc-lookup-triple file newvers))) 1485 (setq newvers (vc-lookup-triple file newvers)))
1486 (apply 'vc-do-command 1 1486 (apply 'vc-do-command 1
1487 (or (vc-backend-dispatch file "vcdiff" "rcsdiff") 1487 (or (vc-backend-dispatch file "vcdiff" "rcsdiff")
1488 (vc-registration-error file)) 1488 (vc-registration-error file))
1489 file 1489 file
1490 "-q"
1490 (and oldvers (concat "-r" oldvers)) 1491 (and oldvers (concat "-r" oldvers))
1491 (and newvers (concat "-r" newvers)) 1492 (and newvers (concat "-r" newvers))
1492 (if (listp diff-switches) 1493 (if (listp diff-switches)
1493 diff-switches 1494 diff-switches
1494 (list diff-switches)) 1495 (list diff-switches))