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:
parent
464d668ead
commit
898b5c4da5
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user