branch: elpa/anzu
commit 4426cff3bfac81d7fcc87354dcfb232d7194dcb7
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Correct removed hook function name
---
anzu.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/anzu.el b/anzu.el
index 56766c5162..afa1a59626 100644
--- a/anzu.el
+++ b/anzu.el
@@ -308,7 +308,7 @@
(add-hook 'isearch-mode-hook 'anzu--cons-mode-line-search nil t)
(add-hook 'isearch-mode-end-hook 'anzu--reset-mode-line nil t))
(remove-hook 'isearch-update-post-hook 'anzu--update-post-hook t)
- (remove-hook 'isearch-mode-hook 'anzu--cons-mode-line t)
+ (remove-hook 'isearch-mode-hook 'anzu--cons-mode-line-search t)
(remove-hook 'isearch-mode-end-hook 'anzu--reset-mode-line t)
(anzu--reset-mode-line)))