diff --git a/modules/ui/popup/+hacks.el b/modules/ui/popup/+hacks.el index c2549d993..ae046ae96 100644 --- a/modules/ui/popup/+hacks.el +++ b/modules/ui/popup/+hacks.el @@ -188,7 +188,7 @@ the command buffer." ;; But it must exist for org to clean up later. (get-buffer-create "*Org Links*")) (apply old-org-completing-read args)))) - (apply orig-fn args))) + (apply #'funcall-interactively orig-fn args))) ;; Fix left-over popup window when closing persistent help for `helm-M-x' (defadvice! +popup--helm-elisp--persistent-help-a (candidate _fun &optional _name)