branch: elpa/helm
commit 7a405859d677ff6fdab6e159e9e235e7a3a485ff
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Notify C-u entered before Hitting M-[xX]
---
 helm-mode.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/helm-mode.el b/helm-mode.el
index d11e4d762f..e0c442c2fd 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -1543,6 +1543,8 @@ dynamically otherwise use 
`helm-completing-read-default-2'."
           helm--mode-line-display-prefarg pref-arg)
     (when pref-arg
       (setq helm-M-x--timer (run-at-time 1 0.1 #'helm-M-x--notify-prefix-arg))
+      ;; Notify C-u entered before Hitting M-[xX].
+      (setq helm-M-x-prefix-argument current-prefix-arg)
       (setq current-prefix-arg nil)
       (advice-add 'command-execute :around #'helm--advice-command-execute)
       ;; Remove command-execute advice when execute-extended-command exit.

Reply via email to