branch: externals/org
commit 3c29e77b5163847197be702dc70489c87cedb8c4
Author: Ihor Radchenko <[email protected]>
Commit: Ihor Radchenko <[email protected]>

    * lisp/org-capture.el: Fix malformed declare form
---
 lisp/org-capture.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index 088320e740..d65b2c9b0c 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -58,7 +58,7 @@
 (declare-function org-at-table-p "org-table" (&optional table-type))
 (declare-function org-clock-update-mode-line "org-clock" (&optional refresh))
 (declare-function org-datetree-find-date-create "org-datetree" (date &optional 
keep-restriction))
-(declare-function org-datetree-find-month-create (d &optional 
keep-restriction))
+(declare-function org-datetree-find-month-create "org-datetree" (d &optional 
keep-restriction))
 (declare-function org-decrypt-entry "org-crypt" ())
 (declare-function org-element-at-point "org-element" (&optional pom 
cached-only))
 (declare-function org-element-lineage "org-element-ast" (datum &optional types 
with-self))

Reply via email to