0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 22:47:56 +00:00

Silence byte-compiler

This commit is contained in:
Nicolas Goaziou 2014-08-11 15:35:33 +02:00
parent 6400c9a8e5
commit ca46777144

View file

@ -91,6 +91,8 @@
(require 'org-macs) (require 'org-macs)
(require 'org-compat) (require 'org-compat)
(declare-function cdlatex-environment "ext:cdlatex" (environment item))
;; `org-outline-regexp' ought to be a defconst but is let-bound in ;; `org-outline-regexp' ought to be a defconst but is let-bound in
;; some places -- e.g. see the macro `org-with-limited-levels'. ;; some places -- e.g. see the macro `org-with-limited-levels'.
;; ;;