]> git.eshelyaron.com Git - emacs.git/commit
Factor out vc-async-checkin-backends
authorSean Whitton <spwhitton@spwhitton.name>
Thu, 29 May 2025 11:41:36 +0000 (12:41 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 7 Jun 2025 19:53:09 +0000 (21:53 +0200)
commit3198d7772cebdecf456c956ab35d62059a0407a1
tree5ebd37300b84af5875b63abc35444c90e6b40b8b
parent45e342ccc42405c2806ed5af1ed7c5866472b372
Factor out vc-async-checkin-backends

This allows third party backends to indicate they support async
checkins.

* lisp/vc/vc.el (vc-async-checkin-backends): New variable.
(vc-checkin): Use it.

(cherry picked from commit 6519fb5d2b22ec571de1d09095df4ad30345e988)
lisp/vc/vc.el