소스 검색

Maintenance: Declare a function.

Carsten Dominik 17 년 전
부모
커밋
be253653c4
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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))