From 66316436dda8edceae0909d85226191a9b412c8a Mon Sep 17 00:00:00 2001 From: Achim Gratz Date: Sun, 19 May 2013 06:54:44 +0200 Subject: [PATCH] org-id: autoload `org-id-update-id-locations' * lisp/org-id.el (org-id-update-id-locations): Autoload interactive function. --- lisp/org-id.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-id.el b/lisp/org-id.el index c171bfe66..f1fa05bdc 100644 --- a/lisp/org-id.el +++ b/lisp/org-id.el @@ -437,6 +437,7 @@ and time is the usual three-integer representation of time." ;; Storing ID locations (files) +;;;###autoload (defun org-id-update-id-locations (&optional files silent) "Scan relevant files for IDs. Store the relation between files and corresponding IDs. -- 2.11.4.GIT