branch: elpa/helm
commit 47620c0da583f9b794ad00ca336e927ab5e8c25f
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Remove last condition in *-acase left by error
---
 helm-lib.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/helm-lib.el b/helm-lib.el
index 142d68886d..459095933e 100644
--- a/helm-lib.el
+++ b/helm-lib.el
@@ -1373,8 +1373,7 @@ in LIST to be displayed in PROMPT."
                                              x))
                                          it))
                                 ((guard (functionp it))
-                                 (list (funcall it elm)))
-                                (t it)))
+                                 (list (funcall it elm)))))
                        '("y" "n" "!" "q")
                        (or help-function #'helm-read-answer-default-help-fn))
             ("y" (funcall action elm))

Reply via email to