Browse Source

Silence byte-compiler

Nicolas Goaziou 10 years ago
parent
commit
ca46777144
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lisp/org.el

+ 2 - 0
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'.
 ;;