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

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

[elpa] externals/hydra b4fb3298cd 02/46: hydra.el (hydra--hint-heads-woc


From: Stefan Monnier
Subject: [elpa] externals/hydra b4fb3298cd 02/46: hydra.el (hydra--hint-heads-wocol): Ignore dynamic hints
Date: Tue, 25 Oct 2022 22:27:19 -0400 (EDT)

branch: externals/hydra
commit b4fb3298cd071d56aa9a5fc6be51ae9871ad451e
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    hydra.el (hydra--hint-heads-wocol): Ignore dynamic hints
    
    Fixes #254
---
 hydra.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra.el b/hydra.el
index a517c7a46e..c8f9d92c20 100644
--- a/hydra.el
+++ b/hydra.el
@@ -501,7 +501,7 @@ Works for heads without a property :column."
     (dolist (h heads)
       (let ((val (assoc (cadr h) alist))
             (pstr (hydra-fontify-head h body)))
-        (unless (null (cl-caddr h))
+        (unless (not (stringp (cl-caddr h)))
           (if val
               (setf (cadr val)
                     (concat (cadr val) " " pstr))



reply via email to

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