From ca46777144968c9f522b5a56006dfaf82be18b5b Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 11 Aug 2014 15:35:33 +0200 Subject: [PATCH] Silence byte-compiler --- lisp/org.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/org.el b/lisp/org.el index 9b25204ce..c8193d262 100755 --- a/lisp/org.el +++ b/lisp/org.el @@ -91,6 +91,8 @@ (require 'org-macs) (require 'org-compat) +(declare-function cdlatex-environment "ext:cdlatex" (environment item)) + ;; `org-outline-regexp' ought to be a defconst but is let-bound in ;; some places -- e.g. see the macro `org-with-limited-levels'. ;;