mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-24 07:20:29 +00:00
lisp/ox-texinfo.el (org-element-ast): Fix checkdoc warnings
Require org-element-ast explicitly to avoid checkdoc warnings for its functions. org-element-ast is indirectly loaded by ox->org-element, but requiring it directly is indeed more clear.
This commit is contained in:
parent
5bbd58d34f
commit
4758255035
@ -31,6 +31,7 @@
|
||||
|
||||
(require 'cl-lib)
|
||||
(require 'ox)
|
||||
(require 'org-element-ast)
|
||||
|
||||
(eval-when-compile (require 'subr-x))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user