From 9d1a575a8f1237e27c7aa0a0592900891f14c8cd Mon Sep 17 00:00:00 2001 From: Rafael Laboissiere Date: Wed, 20 Feb 2019 21:59:46 +0100 Subject: Add autoload cookies for public functions Autoload cookies are added for functions org-recoll-update-index and org-recoll-search. This is very handy when installing the package through el-get. --- org-recoll.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org-recoll.el b/org-recoll.el index 386ee45..49ccd6c 100644 --- a/org-recoll.el +++ b/org-recoll.el @@ -309,6 +309,7 @@ If PAGING is t this indicates that the function is being called to page through ;; +;;;###autoload (defun org-recoll-update-index () "Invoke the recoll index update command string specified in ORG-RECOLL-INDEX-INVOCATION." (interactive) @@ -339,6 +340,7 @@ If SQUERY is passed offer it as a default." " " 'minibuffer-complete-word) squery) +;;;###autoload (defun org-recoll-search (&optional query) "Prompt for a QUERY and search." (interactive) -- cgit v1.2.3