浏览代码

Silence byte-compiler

Nicolas Goaziou 10 年之前
父节点
当前提交
ca46777144
共有 1 个文件被更改,包括 2 次插入0 次删除
  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'.
 ;;