0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-15 12:16:27 +00:00

Keep byte compiler happy

This commit is contained in:
Carsten Dominik 2009-06-21 22:40:59 +02:00
parent c1c3c3f7cb
commit f002bc0966

View file

@ -45,6 +45,7 @@
(declare-function org-show-context "org" (&optional key))
(declare-function org-back-to-heading "org" (&optional invisible-ok))
(declare-function org-end-of-subtree "org" (&optional invisible-ok to-heading))
(defvar org-odd-levels-only) ;; defined in org.el
(defconst org-footnote-re
(concat "[^][\n]" ; to make sure it is not at the beginning of a line