aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralraban <alexander.raban@gmail.com>2019-02-22 11:18:50 -0500
committerGitHub <noreply@github.com>2019-02-22 11:18:50 -0500
commit76c15c2a28b8ed71b5b37326120639acf65eddf5 (patch)
tree6b72224536b2ea24901ce392c8ae58817daf45e5
parentdf0ef432418364d4b41bdba350526ff1a67bc413 (diff)
parent9d1a575a8f1237e27c7aa0a0592900891f14c8cd (diff)
Merge pull request #2 from rlaboiss/autoload
Add autoload cookies for public functions
-rw-r--r--org-recoll.el2
1 files changed, 2 insertions, 0 deletions
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)