summaryrefslogtreecommitdiff
path: root/helm-command.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2019-11-20 19:24:11 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2019-11-20 19:24:11 +0100
commit85b76aeb6686d495b82a1e0303b15c76d89059bc (patch)
treeefa4161229dab374480e8d55b405624609f47c22 /helm-command.el
parent45bbd9f4562c82781df46587bf97b8ae0ba75c03 (diff)
Add group to M-x source history
* helm-command.el (helm-M-x-read-extended-command): Do it.
Diffstat (limited to 'helm-command.el')
-rw-r--r--helm-command.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-command.el b/helm-command.el
index 07e80e72..b2fb1d56 100644
--- a/helm-command.el
+++ b/helm-command.el
@@ -244,6 +244,7 @@ than the default which is OBARRAY."
:persistent-help "Describe this command"
:help-message 'helm-M-x-help-message
:nomark t
+ :group 'helm-command
:keymap helm-M-x-map
:filtered-candidate-transformer
'helm-M-x-transformer-hist)