aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc-arch.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/vc-arch.el')
-rw-r--r--lisp/vc-arch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-arch.el b/lisp/vc-arch.el
index b99c3de687..80629ec0b4 100644
--- a/lisp/vc-arch.el
+++ b/lisp/vc-arch.el
@@ -428,7 +428,7 @@ CALLBACK expects (ENTRIES &optional MORE-TO-COME); see
(message "There are unresolved conflicts in %s"
(file-name-nondirectory rej))))))
-(defun vc-arch-checkin (files rev comment)
+(defun vc-arch-checkin (files rev comment &optional extra-args-ignored)
(if rev (error "Committing to a specific revision is unsupported"))
;; FIXME: This implementation probably only works for singleton filesets
(let ((summary (file-relative-name (car files) (vc-arch-root (car files)))))