Skip to content

Commit 7a40585

Browse files
Notify C-u entered before Hitting M-[xX]
1 parent 1ddef42 commit 7a40585

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

helm-mode.el

+2
Original file line numberDiff line numberDiff line change
@@ -1543,6 +1543,8 @@ dynamically otherwise use `helm-completing-read-default-2'."
15431543
helm--mode-line-display-prefarg pref-arg)
15441544
(when pref-arg
15451545
(setq helm-M-x--timer (run-at-time 1 0.1 #'helm-M-x--notify-prefix-arg))
1546+
;; Notify C-u entered before Hitting M-[xX].
1547+
(setq helm-M-x-prefix-argument current-prefix-arg)
15461548
(setq current-prefix-arg nil)
15471549
(advice-add 'command-execute :around #'helm--advice-command-execute)
15481550
;; Remove command-execute advice when execute-extended-command exit.

0 commit comments

Comments
 (0)