emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 19c3969e75 29/50: Backport commit 2682ea1b3 from Em


From: ELPA Syncer
Subject: [elpa] externals/org 19c3969e75 29/50: Backport commit 2682ea1b3 from Emacs
Date: Tue, 4 Oct 2022 21:58:00 -0400 (EDT)

branch: externals/org
commit 19c3969e75fb5629ed9419be399f88bdd56fb113
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Kyle Meyer <kyle@kyleam.com>

    Backport commit 2682ea1b3 from Emacs
    
    * lisp/org.el (org-dynamic-block-define): Autoload because
    it's referred to in org-loaddefs.el.
    
    Fix org.el byte-compile warning in org-loaddefs.el
    2682ea1b3a9524eb54efac41b3221b514374c232
    Lars Ingebrigtsen
    Sun Jul 31 11:43:48 2022 +0200
---
 lisp/org.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/org.el b/lisp/org.el
index 401f81d82d..2628ea50d6 100644
--- a/lisp/org.el
+++ b/lisp/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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]