summaryrefslogtreecommitdiff
path: root/helm-command.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2019-11-14 14:42:43 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2019-11-14 14:45:09 +0100
commit81723f4a719ab509978a76e739bda050212c66e1 (patch)
tree46d09527c112a1ad98af7c3ccf2528c8cbf85e23 /helm-command.el
parent40f8c96158172010c63b486fd54b0a1733f69d2b (diff)
Add missing slot to M-x sources
Diffstat (limited to 'helm-command.el')
-rw-r--r--helm-command.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/helm-command.el b/helm-command.el
index c8445dcc..4e8f8fa6 100644
--- a/helm-command.el
+++ b/helm-command.el
@@ -227,10 +227,14 @@ than the default which is OBARRAY."
:candidates (helm-dynamic-completion
(or history extended-command-history)
#'commandp)
+ :match-dynamic t
+ :requires-pattern helm-M-x-requires-pattern
:persistent-action
'helm-M-x-persistent-action
:persistent-help "Describe this command"
- :match-dynamic t
+ :help-message 'helm-M-x-help-message
+ :nomark t
+ :keymap helm-M-x-map
:filtered-candidate-transformer
'helm-M-x-transformer-hist)
,(helm-build-sync-source "Emacs Commands"
@@ -243,6 +247,8 @@ than the default which is OBARRAY."
:persistent-action
'helm-M-x-persistent-action
:persistent-help "Describe this command"
+ :help-message 'helm-M-x-help-message
+ :nomark t
:group 'helm-command
:keymap helm-M-x-map))))
(prompt (concat (cond