branch: elpa/isl
commit 24f92201b1536c2b0d51d408e0c2370d82ff1aa2
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Use the right face in mode-line not found
---
 isearch-light.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/isearch-light.el b/isearch-light.el
index b5e4502c509..15ed6f9fc62 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -389,7 +389,7 @@ symbol position."
                  `(" " mode-line-buffer-identification " "
                    (:eval ,(format "No results found for `%s' [%s %s]"
                                    (propertize isl-pattern
-                                               'face 'isl-on)
+                                               'face 'isl-string)
                                    style
                                    direction))
                    " " mode-line-position))

Reply via email to