branch: elpa/isl
commit 978cd8f973dacb803d15e5f084b73d38eda640f1
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Long line fix only
---
isearch-light.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/isearch-light.el b/isearch-light.el
index ecc34593a6f..b418cd63eb0 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -270,7 +270,8 @@ Optional argument PATTERN default to `isl-pattern'."
" " mode-line-position))
(t `(" " mode-line-buffer-identification " "
(:eval ,(format "[%s] result(s) found for `%s' [%s %s %s]"
- (propertize (number-to-string
isl--number-results)
+ (propertize (number-to-string
+ isl--number-results)
'face 'isl-number)
(propertize isl-pattern
'face 'isl-string)