Browse Source

Keep byte-compiler happy

Nicolas Goaziou 14 năm trước cách đây
mục cha
commit
b39a271fcb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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))