org-num: Silence byte-compiler
This commit is contained in:
parent
0e5e01ba76
commit
42d9c0d24d
|
@ -65,9 +65,10 @@
|
|||
(defvar org-comment-string)
|
||||
(defvar org-complex-heading-regexp)
|
||||
(defvar org-cycle-level-faces)
|
||||
(defvar org-footnote-section)
|
||||
(defvar org-level-faces)
|
||||
(defvar org-n-level-faces)
|
||||
(defvar org-odd-levels-only)
|
||||
(defvar org-level-faces)
|
||||
|
||||
(declare-function org-back-to-heading "org" (&optional invisible-ok))
|
||||
(declare-function org-entry-get "org" (pom property &optional inherit literal-nil))
|
||||
|
|
Loading…
Reference in New Issue