Browse Source

Maintenance: Declare a function.

Carsten Dominik 16 years ago
parent
commit
be253653c4
2 changed files with 2 additions and 0 deletions
  1. 1 0
      lisp/org-exp.el
  2. 1 0
      lisp/org-id.el

+ 1 - 0
lisp/org-exp.el

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

+ 1 - 0
lisp/org-id.el

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