summaryrefslogtreecommitdiff
path: root/helm-command.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-09-30 08:03:24 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-09-30 08:03:24 +0200
commit3ee3df4e9596bb8344e2569cf68376453d57251e (patch)
tree0e53d37eb772c6bcca51bda96a295a864cfa5008 /helm-command.el
parent69b8170db414daabc3d301b328aa87d186c8d742 (diff)
Unquote lambda's.
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 dab0b954..6e88b051 100644
--- a/helm-command.el
+++ b/helm-command.el
@@ -177,7 +177,7 @@ than the default which is OBARRAY."
candidates source 'real)))
(helm--mode-line-display-prefarg t)
(pers-help
- #'(lambda (candidate)
+ (lambda (candidate)
(let ((hbuf (get-buffer (help-buffer))))
(if (and in-help (string= candidate help-cand)
(null helm-persistent-action-use-special-display))