summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2011-05-28 18:16:34 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2011-05-28 18:16:34 +0200
commitb39a271fcb6aafc0930d6ce39036e04b861e02f9 (patch)
treebc6e8e69b59cc8d544d713a5a62d86ff36dde26f
parent6c2737ddbd8a8dcbe70ed1589e25cc1bdf1135f6 (diff)
downloadorg-mode-b39a271fcb6aafc0930d6ce39036e04b861e02f9.tar.gz
Keep byte-compiler happy
-rw-r--r--lisp/org-list.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org-list.el b/lisp/org-list.el
index cfb7d6a..ae6ebf9 100644
--- a/lisp/org-list.el
+++ b/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))