Browse Source

Declare a function to keep compiler happy

Carsten Dominik 14 years ago
parent
commit
67893d3158
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/org-list.el

+ 1 - 0
lisp/org-list.el

@@ -95,6 +95,7 @@
 (defvar org-ts-regexp-both)
 
 (declare-function org-at-heading-p "org" (&optional ignored))
+(declare-function org-before-first-heading-p "org" ())
 (declare-function org-back-over-empty-lines "org" ())
 (declare-function org-back-to-heading "org" (&optional invisible-ok))
 (declare-function org-combine-plists "org" (&rest plists))