branch: elpa/helm
commit 833ec116d1f8297c539f5bcbd495ca1e451d8b27
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Fix one helm-acase clause
---
helm-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-mode.el b/helm-mode.el
index a91c295883..a056112cf8 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -1552,7 +1552,7 @@ dynamically otherwise use
`helm-completing-read-default-2'."
prompt (if pref-arg
(concat (helm-acase helm-M-x-prefix-argument
(- "-")
- ((dst* l &rest args)
+ ((dst* (l &rest args))
(if (eq l 4) "C-u " (format "%d " l)))
((guard* (integerp it)) (format "%d " it)))
prompt)