branch: elpa/helm commit 828bb9aeb0c3888808cf861dc776dc0e29654f0a Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Use read-kbd-macro in concat kmacros --- helm-ring.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/helm-ring.el b/helm-ring.el index fa2929fa1b..218dc77fa2 100644 --- a/helm-ring.el +++ b/helm-ring.el @@ -610,9 +610,7 @@ See (info \"(emacs) Keyboard Macros\") for detailed infos." (pcase (car km) ((and vec (pred vectorp)) vec) ((and str (pred stringp)) - (vconcat - (cl-loop for char across str - collect char))))) + (read-kbd-macro str t)))) vconcat keys))))) (defun helm-kbd-macro-delete-macro (_candidate)