1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-21 06:55:35 +00:00

org-macs: Autoload org-element-with-disabled-cache

* lisp/org-macs.el (org-element-with-disabled-cache): Autoload.

Otherwise compiling lisp/org/org-loaddefs.el in the Emacs tree will
warn that org-element-with-disabled-cache is not known to be defined.
This commit is contained in:
Kyle Meyer 2024-05-27 22:55:14 -04:00
parent 464d668ead
commit 898b5c4da5

View File

@ -267,6 +267,7 @@ This function is only useful when called from Agenda buffer."
(unless modified
(restore-buffer-modified-p nil))))))))
;;;###autoload
(defmacro org-element-with-disabled-cache (&rest body)
"Run BODY without active org-element-cache."
(declare (debug (form body)) (indent 0))