emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/frog-menu 94a24ff 10/12: Fix hash collection types


From: Clemens Radermacher
Subject: [elpa] externals/frog-menu 94a24ff 10/12: Fix hash collection types
Date: Thu, 21 May 2020 11:15:13 -0400 (EDT)

branch: externals/frog-menu
commit 94a24ffcadcb2f6aa360b0cc724fa0b897b1f777
Author: Clemens Radermacher <address@hidden>
Commit: Clemens Radermacher <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]