branch: master
commit b7b47585d8da40cc1fa3ecbef3c9b08473bef792
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    ivy.el: Autoload ivy-read
    
    Fixes #487
---
 ivy.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ivy.el b/ivy.el
index 36fa7b3..8e7016b 100644
--- a/ivy.el
+++ b/ivy.el
@@ -1235,6 +1235,7 @@ This variable is let-bound to nil by functions that take 
care of
 the restoring themselves.")
 
 ;;** Entry Point
+;;;###autoload
 (cl-defun ivy-read (prompt collection
                     &key
                       predicate require-match initial-input

Reply via email to