mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 19:31:02 -08:00
(vc-backend-diff): Test of cmp was backwards.
This commit is contained in:
parent
bdd2009598
commit
cec574b950
1 changed files with 1 additions and 1 deletions
|
|
@ -1651,7 +1651,7 @@ Return nil if there is no such person."
|
|||
(status (apply 'vc-do-command 2 command file options)))
|
||||
;; Some RCS versions don't understand "--brief"; work around this.
|
||||
(if (eq status 2)
|
||||
(apply 'vc-do-command 1 command file (if cmp options (cdr options)))
|
||||
(apply 'vc-do-command 1 command file (if cmp (cdr options) options))
|
||||
status)))
|
||||
|
||||
(defun vc-check-headers ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue