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

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

[elpa] master a473519 086/399: Fix error in ivy-make-magic-action


From: Oleh Krehel
Subject: [elpa] master a473519 086/399: Fix error in ivy-make-magic-action
Date: Sat, 20 Jul 2019 14:56:54 -0400 (EDT)

branch: master
commit a473519c7f46f6349a25835649df96616691f4b7
Author: Troy Hinckley <address@hidden>
Commit: Oleh Krehel <address@hidden>

    Fix error in ivy-make-magic-action
    
    Fixes #1958
---
 ivy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy.el b/ivy.el
index 8962a83..022b9b6 100644
--- a/ivy.el
+++ b/ivy.el
@@ -2872,7 +2872,7 @@ bound to `self-insert-command'."
        (interactive "p")
        (if (string= "" ivy-text)
            (execute-kbd-macro
-            (kbd (concat "M-o " key)))
+            (kbd ,(concat "M-o " key)))
          (self-insert-command arg)))))
 
 (defcustom ivy-magic-tilde t



reply via email to

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