From 2682ea1b3a9524eb54efac41b3221b514374c232 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 31 Jul 2022 11:43:48 +0200 Subject: [PATCH] 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. --- lisp/org/org.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org/org.el b/lisp/org/org.el index 7ab1801cfaa..e62ee3203b4 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el @@ -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 -- 2.39.5