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

    Exclude helm-M-x from helm-M-x
---
 helm-command.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helm-command.el b/helm-command.el
index 2145d64ea1..bf7c4e1ca7 100644
--- a/helm-command.el
+++ b/helm-command.el
@@ -149,7 +149,8 @@ algorithm."
                             (propertize cand 'face 'helm-command-active-mode)
                           cand)
              unless (and (null ignore-props)
-                         (or (get sym 'helm-only) (get sym 'no-helm-mx)))
+                         (or (get sym 'helm-only) (get sym 'no-helm-mx)
+                             (eq sym 'helm-M-x)))
              collect
              (cons (cond ((and (string-match "^M-x" key) local-key)
                           (propertize

Reply via email to