浏览代码

Keep byte compiler happy

Carsten Dominik 16 年之前
父节点
当前提交
74f71d4e71
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      lisp/org-exp.el

+ 2 - 0
lisp/org-exp.el

@@ -2396,6 +2396,8 @@ command."
 		(not (get-char-property s 'invisible))))
     s))
 
+(defvar org-export-htmlized-org-css-url) ;; defined in org-html.el
+
 ;;;###autoload
 (defun org-export-as-org (arg &optional hidden ext-plist
 			      to-buffer body-only pub-dir)