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

    Update comment
---
 helm-lib.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helm-lib.el b/helm-lib.el
index 1c0577661e..6d2fe010e6 100644
--- a/helm-lib.el
+++ b/helm-lib.el
@@ -611,7 +611,8 @@ usable in all clauses to refer to EXPR.
                          (or (eq ',key t) (eq ',key 'otherwise))))
                 ;; When this branch is expanded the compiler complain about not
                 ;; referenced variables (the ones in `dst' that will be used in
-                ;; next branch) Merci Stefan!
+                ;; next branch) so prevent warnings instead of using a progn
+                ;; Merci Stefan!
                 (with-no-warnings ,@(cdr clause1)))
                ((and dst
                      (condition-case nil

Reply via email to