summaryrefslogtreecommitdiff
path: root/helm-command.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-08-31 06:14:15 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-08-31 06:14:15 +0200
commit44dc2d71c68d154931a58e8811ef694d667d8aa5 (patch)
tree458c23547e6d07e1f4382530be0b1ca736559215 /helm-command.el
parent506c76bc0e9b33ecd6c6d5f402825444625d4113 (diff)
No need anymore to use cl-defun
* helm-command.el (helm-M-x-get-major-mode-command-alist): Fix it.
Diffstat (limited to 'helm-command.el')
-rw-r--r--helm-command.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-command.el b/helm-command.el
index 726fcabf..9ea5f5dd 100644
--- a/helm-command.el
+++ b/helm-command.el
@@ -77,7 +77,7 @@ It is used only when `helm-M-x-fuzzy-match' is enabled."
"Prefix argument before calling `helm-M-x'.")
-(cl-defun helm-M-x-get-major-mode-command-alist (mode-map)
+(defun helm-M-x-get-major-mode-command-alist (mode-map)
"Return alist of MODE-MAP."
(when mode-map
(cl-loop for key being the key-seqs of mode-map using (key-bindings com)