Skip to content

Commit 9b62bcc

Browse files
larsmagnekyleam
authored andcommitted
Backport commit 8dacd8cd9 from Emacs
* 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
1 parent c2c8e66 commit 9b62bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/org-macro.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
(declare-function org-mode "org" ())
6767
(declare-function vc-backend "vc-hooks" (f))
6868
(declare-function vc-call "vc-hooks" (fun file &rest args) t)
69-
(declare-function vc-exec-after "vc-dispatcher" (code))
69+
(declare-function vc-exec-after "vc-dispatcher" (code &optional success))
7070

7171
(defvar org-link-search-must-match-exact-headline)
7272

0 commit comments

Comments
 (0)