branch: master
commit a473519c7f46f6349a25835649df96616691f4b7
Author: Troy Hinckley <[email protected]>
Commit: Oleh Krehel <[email protected]>
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