* lisp/org/org-macro.el (vc-exec-after): Update declaration. Add a new command vc-pull-and-push 8dacd8cd914fdbe0f6f17ca57915611d48e9124d Lars Ingebrigtsen Sat Sep 24 15:19:03 2022 +0200
@@ -66,7 +66,7 @@
(declare-function org-mode "org" ())
(declare-function vc-backend "vc-hooks" (f))
(declare-function vc-call "vc-hooks" (fun file &rest args) t)
-(declare-function vc-exec-after "vc-dispatcher" (code))
+(declare-function vc-exec-after "vc-dispatcher" (code &optional success))
(defvar org-link-search-must-match-exact-headline)