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

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

[nongnu] elpa/anzu e3aab048b4 168/288: Disable blink-matching-paren in r


From: ELPA Syncer
Subject: [nongnu] elpa/anzu e3aab048b4 168/288: Disable blink-matching-paren in read 'to' string
Date: Thu, 6 Jan 2022 03:58:49 -0500 (EST)

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

    Disable blink-matching-paren in read 'to' string
---
 anzu.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/anzu.el b/anzu.el
index 97360dd286..e92b68e99f 100644
--- a/anzu.el
+++ b/anzu.el
@@ -503,6 +503,7 @@
         (orig-beg beg)
         (to-prompt (format "%s %s with: " prompt (query-replace-descr from)))
         (history-add-new-input nil)
+        (blink-matching-paren nil)
         timer is-input)
     (setq anzu--last-replace-input "")
     (when anzu--outside-point



reply via email to

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