summaryrefslogtreecommitdiff
path: root/helm-command.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-06-23 21:22:49 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-06-23 21:22:49 +0200
commit4dd9a1cfa365cce79e8a782ea5efddc3b38f5ded (patch)
treee9a782673e06244caa707f59d7c0ffb3786739f1 /helm-command.el
parentfa6d2834c0aeaeed0bc5960263eb1e7a87d306a0 (diff)
Add FIXME comment no code change (#1545).
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 accb3aca..d2af3422 100644
--- a/helm-command.el
+++ b/helm-command.el
@@ -275,6 +275,7 @@ You can get help on each command by persistent action."
;; use the value of arg otherwise use helm-current-prefix-arg.
(let ((prefix-arg
(or helm-current-prefix-arg
+ ;; FIXME this when clause is not needed.
(when helm-M-x-prefix-argument
(prog1 helm-M-x-prefix-argument
(setq helm-M-x-prefix-argument nil)))