branch: elpa/helm
commit 4cb39d6757fc2350ca2827172ca90a3e628b5289
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Add autoload cookie for helm-dynamic-completion
---
 helm-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helm-mode.el b/helm-mode.el
index 884ece89ca..74a45bfe94 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -2467,6 +2467,7 @@ When AFUN, AFIX are nil and CATEGORY is not file return 
COMPS unmodified."
                  comps))
         (t comps)))
 
+;;;###autoload
 (defun helm-dynamic-completion (collection predicate &optional point metadata 
nomode styles)
   "Build a completion function for `helm-pattern' in COLLECTION.
 

Reply via email to