branch: elpa/isl
commit 34e82e63376195fcac62e29f95bbd91457c275de
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Update buffer when toggling method
---
isearch-light.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/isearch-light.el b/isearch-light.el
index d11e8439f3f..b27d4c99974 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -242,7 +242,7 @@ the initial position i.e. the position before launching
isl."
(mode-line-format (format " Switching to %s searching" style)))
(force-mode-line-update)
(sit-for 1)))
- (isl-setup-mode-line)))
+ (isl-update)))
(defun isl-jump-to-helm-occur ()
"Invoke `helm-occur' from isl."