]> git.eshelyaron.com Git - emacs.git/commit
Replace vc-async-checkin-backends with a backend properties function
authorSean Whitton <spwhitton@spwhitton.name>
Thu, 12 Jun 2025 09:18:54 +0000 (10:18 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 18 Jun 2025 08:12:00 +0000 (10:12 +0200)
commitb848788a4807a02ce7727974720194d896404149
tree1948cc1b4dd241c5dbcf7c4a5717ec53dfd47d8b
parentcd8bb2fb480372e1855d74605207779b4620da8a
Replace vc-async-checkin-backends with a backend properties function

* lisp/vc/vc-git.el (vc-git-async-checkins):
* lisp/vc/vc-hg.el (vc-hg-async-checkins):
* lisp/vc/vc.el (vc-default-async-checkins): New functions.
(vc-checkin): Use them.
(vc-async-checkin-backends): Delete.

(cherry picked from commit 932e413f8afb290fa38476b0f8a78c4073240ff5)
lisp/vc/vc-git.el
lisp/vc/vc-hg.el
lisp/vc/vc.el