From 7679855281b0a91fd6acce81555be2807d7fa5aa Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 6 Apr 2026 12:26:08 +0100 Subject: [PATCH] ; * lisp/vc/vc.el (checkin): Specify the async case (bug#80723). --- lisp/vc/vc.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 2ab6635e943..c1e373d496b 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -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