branch: elpa/isl
commit 75ad29abcf861d6aa1cc9a8de1f71e6c9b3d6e5f
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Let bind blink-matching-paren
Prevent [mismatched parenthesis] error in minibuffer.
---
isl.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/isl.el b/isl.el
index 1ecb7f04814..53ba302f8e9 100644
--- a/isl.el
+++ b/isl.el
@@ -1174,7 +1174,8 @@ Note that INPUT cannot be used with a non nil value for
RESUME."
(buffer-substring-no-properties
(region-beginning)
(region-end))
- (isl--thing-at-point))))
+ (isl--thing-at-point)))
+ blink-matching-paren)
(when (stringp default)
(setq default (funcall format-fn
;; Prevent inserting multiline string in