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

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

[nongnu] elpa/anzu c05a8ac594 206/288: Merge pull request #57 from syohe


From: ELPA Syncer
Subject: [nongnu] elpa/anzu c05a8ac594 206/288: Merge pull request #57 from syohex/fix-typo
Date: Thu, 6 Jan 2022 03:58:53 -0500 (EST)

branch: elpa/anzu
commit c05a8ac5943edee64ba3f77465e0e41d15f1fa8f
Merge: b486075ab4 4426cff3bf
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    Merge pull request #57 from syohex/fix-typo
    
    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]