branch: externals/vc-jj
commit cb7b64c64d4537d620b4c78a192de6856d322a2c
Author: Kristoffer Balintona <[email protected]>
Commit: Kristoffer Balintona <[email protected]>

    Implement the async-checkins VC method
---
 vc-jj.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/vc-jj.el b/vc-jj.el
index 7d0b105c3c..c1dd82a74e 100644
--- a/vc-jj.el
+++ b/vc-jj.el
@@ -361,6 +361,11 @@ See also `vc-jj--command-parseable' and 
`vc-jj--process-lines'."
   "JJ-specific implementation of `update-on-retrieve-tag' property."
   nil)
 
+;;;; async-checkins
+;; Emacs 31 method
+
+(defalias 'vc-jj-async-checkins #'always)
+
 ;;; STATE-QUERYING FUNCTIONS
 
 ;;;; registered

Reply via email to