forked from Github/emacs
Fix org.el byte-compile warning in org-loaddefs.el
* lisp/org/org.el (org-dynamic-block-define): Autoload because it's referred to in org-loaddefs.el.
This commit is contained in:
parent
18f105bd7d
commit
2682ea1b3a
1 changed files with 1 additions and 0 deletions
|
|
@ -9319,6 +9319,7 @@ TYPE is the dynamic block type, as a string."
|
|||
"List all defined dynamic block types."
|
||||
(mapcar #'car org-dynamic-block-alist))
|
||||
|
||||
;;;###org-autoload
|
||||
(defun org-dynamic-block-define (type func)
|
||||
"Define dynamic block TYPE with FUNC.
|
||||
TYPE is a string. FUNC is the function creating the dynamic
|
||||
|
|
|
|||
Loading…
Reference in a new issue