; * lisp/vc/vc.el (checkin): Specify the async case (bug#80723).

This commit is contained in:
Sean Whitton
2026-04-06 12:26:08 +01:00
parent 02ad0183f2
commit 7679855281

View File

@@ -287,6 +287,11 @@
;; revision argument is only supported with some older VCSes, like
;; RCS and CVS, and is otherwise silently ignored.
;;
;; If the backend supports async checkins and `vc-async-checkin' is
;; non-nil, the implementation should start an asychronous process to
;; commit the changes, and return a cons whose car is `async' and
;; whose cdr is that process object.
;;
;; - checkin-patch (patch-string comment)
;;
;; Commit a single patch PATCH-STRING to this backend, bypassing any