1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2025-01-01 11:15:00 +00:00

Declare a function to keep compiler happy

This commit is contained in:
Carsten Dominik 2011-06-24 06:47:32 +02:00
parent 101a3142d9
commit 67893d3158

View File

@ -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))