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

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

[elpa] externals/isearch-mb 066a31a 2/3: Override isearch-post-command-h


From: ELPA Syncer
Subject: [elpa] externals/isearch-mb 066a31a 2/3: Override isearch-post-command-hook inside isearch-mb
Date: Sun, 6 Jun 2021 05:57:15 -0400 (EDT)

branch: externals/isearch-mb
commit 066a31a8cff00c645497ee94dad76df3d276d7cf
Author: Augusto Stoffel <arstoffel@gmail.com>
Commit: Augusto Stoffel <arstoffel@gmail.com>

    Override isearch-post-command-hook inside isearch-mb
---
 isearch-mb.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/isearch-mb.el b/isearch-mb.el
index bd67602..d5f8b61 100644
--- a/isearch-mb.el
+++ b/isearch-mb.el
@@ -43,8 +43,7 @@
   :group 'isearch)
 
 (defvar isearch-mb--with-buffer
-  '(isearch-post-command-hook
-    isearch-beginning-of-buffer
+  '(isearch-beginning-of-buffer
     isearch-end-of-buffer
     isearch-occur
     isearch-repeat-backward
@@ -183,6 +182,7 @@ minibuffer."
        (catch 'isearch-mb--continue
          (cl-letf (((cdr isearch-mode-map) nil)
                    ((symbol-function #'isearch-pre-command-hook) #'ignore)
+                   ((symbol-function #'isearch-post-command-hook) #'ignore)
                    ((symbol-function #'isearch--momentary-message) 
#'isearch-mb--message)
                    ;; Setting `isearch-message-function' currently disables 
lazy
                    ;; count, so we need this as a workaround.



reply via email to

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