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

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

[nongnu] elpa/anzu cb20bdcbfe 167/288: Merge pull request #40 from syohe


From: ELPA Syncer
Subject: [nongnu] elpa/anzu cb20bdcbfe 167/288: Merge pull request #40 from syohex/improve-replace-command
Date: Thu, 6 Jan 2022 03:58:49 -0500 (EST)

branch: elpa/anzu
commit cb20bdcbfe1f4156e999169ee8b228d0fbf2d154
Merge: dcd8eac2e5 10a05eb50c
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    Merge pull request #40 from syohex/improve-replace-command
    
    Disable blink-matching-paren for improvement
---
 anzu.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/anzu.el b/anzu.el
index 9e48989f27..97360dd286 100644
--- a/anzu.el
+++ b/anzu.el
@@ -387,6 +387,7 @@
 
 (defun anzu--read-from-string (prompt beg end use-regexp overlay-limit)
   (let ((curbuf (current-buffer))
+        (blink-matching-paren nil)
         timer is-input)
     (unwind-protect
         (minibuffer-with-setup-hook



reply via email to

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