branch: externals/rich-minority
commit d8cd63952289a42b028d32aa170f12aa180b8b13
Author: Fredrik Axelsson <[email protected]>
Commit: Fredrik Axelsson <[email protected]>

    Add missing quote.
---
 rich-minority.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rich-minority.el b/rich-minority.el
index 2bf8189..259c00c 100644
--- a/rich-minority.el
+++ b/rich-minority.el
@@ -200,7 +200,7 @@ if the mode line string is empty."
                                      minor-mode-alist))))
     (setq rm--help-echo
           (format "Full list:\n%s\n\n%s"
-                  (mapconcat rm--help-echo-descriptor full-list "\n")
+                  (mapconcat #'rm--help-echo-descriptor full-list "\n")
                   rm--help-echo-bottom))
     (mapcar #'rm--propertize
             (rm--remove-hidden-modes

Reply via email to