branch: externals/frog-menu
commit 94a24ffcadcb2f6aa360b0cc724fa0b897b1f777
Author: Clemens Radermacher <clem...@posteo.net>
Commit: Clemens Radermacher <clem...@posteo.net>

    Fix hash collection types
---
 frog-menu.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/frog-menu.el b/frog-menu.el
index 731c505..e010b5d 100644
--- a/frog-menu.el
+++ b/frog-menu.el
@@ -691,7 +691,8 @@ COLLECTION and PREDICATE should have the format as 
specified by
                 (push (if (symbolp el)
                            (symbol-name el)
                          el)
-                      strings))))
+                      strings)))
+            collection)
            (nreverse strings)))
         ((vectorp collection)
          (let ((strings ()))

Reply via email to