summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/vc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index 7e7e6412139..b023f632c1c 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -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 ()