瀏覽代碼

Keep byte-compiler happy

Nicolas Goaziou 14 年之前
父節點
當前提交
b39a271fcb
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/org-list.el

+ 1 - 0
lisp/org-list.el

@@ -115,6 +115,7 @@
 (declare-function org-on-heading-p "org" (&optional invisible-ok))
 (declare-function org-previous-line-empty-p "org" ())
 (declare-function org-remove-if "org" (predicate seq))
+(declare-function org-reduced-level "org" (L))
 (declare-function org-show-subtree "org" ())
 (declare-function org-time-string-to-seconds "org" (s))
 (declare-function org-timer-hms-to-secs "org-timer" (hms))