Maintenance: Declare a function.

This commit is contained in:
Carsten Dominik 2009-01-09 08:33:00 +01:00
parent 91f5006502
commit be253653c4
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@
(declare-function org-agenda-skip "org-agenda" ())
(declare-function org-infojs-options-inbuffer-template "org-jsinfo" ())
(declare-function htmlize-region "ext:htmlize" (beg end))
(declare-function org-id-find-id-file "org-id" (id))
(defvar htmlize-buffer-places) ; from htmlize.el
(defgroup org-export nil

View File

@ -525,6 +525,7 @@ When CHECK is given, prepare detailed information about duplicate IDs."
;; Finding entries with specified id
;;;###autoload
(defun org-id-find-id-file (id)
"Query the id database for the file in which this ID is located."
(unless org-id-locations (org-id-locations-load))