emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ivy-hydra 1578f52 022/395: ivy.el: Autoload ivy-hydra-r


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy-hydra 1578f52 022/395: ivy.el: Autoload ivy-hydra-read-action
Date: Thu, 25 Feb 2021 08:31:22 -0500 (EST)

branch: externals/ivy-hydra
commit 1578f526485b358363e8c99395f4dd686ecbbf37
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

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

diff --git a/ivy.el b/ivy.el
index 660a5bb..80d867c 100644
--- a/ivy.el
+++ b/ivy.el
@@ -462,6 +462,7 @@ action functions.")
     map)
   "Keymap used in the minibuffer.")
 (autoload 'hydra-ivy/body "ivy-hydra" "" t)
+(autoload 'ivy-hydra-read-action "ivy-hydra" "" t)
 
 (defvar ivy-mode-map
   (let ((map (make-sparse-keymap)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]