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

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

[elpa] externals/ivy-hydra 9bb6841 347/395: counsel.el (counsel-highligh


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy-hydra 9bb6841 347/395: counsel.el (counsel-highlight-with-face): Fix preselect on next call
Date: Thu, 25 Feb 2021 08:32:35 -0500 (EST)

branch: externals/ivy-hydra
commit 9bb68419f1088ee4d8f2b76f84995fa02bceeed3
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    counsel.el (counsel-highlight-with-face): Fix preselect on next call
---
 counsel.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index 8c8434e..f10dcf5 100644
--- a/counsel.el
+++ b/counsel.el
@@ -1201,7 +1201,7 @@ back to the face of the character after point, and 
finally the
   (let ((thing (ivy-thing-at-point)))
     (when (use-region-p)
       (deactivate-mark))
-    (hi-lock-set-pattern (regexp-quote thing) face)))
+    (hi-lock-set-pattern (regexp-quote thing) (intern face))))
 
 (ivy-set-actions
  'counsel-describe-face



reply via email to

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