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

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

[nongnu] elpa/anzu 4426cff3bf 205/288: Correct removed hook function nam


From: ELPA Syncer
Subject: [nongnu] elpa/anzu 4426cff3bf 205/288: Correct removed hook function name
Date: Thu, 6 Jan 2022 03:58:52 -0500 (EST)

branch: elpa/anzu
commit 4426cff3bfac81d7fcc87354dcfb232d7194dcb7
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    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)))
 



reply via email to

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