Don't propertize prompt in 'minibuffer--regexp-propertize' (Bug#77497)
* lisp/minibuffer.el (minibuffer--regexp-propertize): Skip prompt when propertizing user input (Bug#77497).
This commit is contained in:
parent
67c89a675d
commit
ae6ac5cad8
1 changed files with 1 additions and 1 deletions
|
@ -5221,7 +5221,7 @@ and `blink-matching-paren' more user-friendly."
|
|||
(save-excursion
|
||||
(with-silent-modifications
|
||||
(remove-text-properties (point-min) (point-max) '(syntax-table nil))
|
||||
(goto-char (point-min))
|
||||
(goto-char (minibuffer-prompt-end))
|
||||
(while (re-search-forward
|
||||
(rx (| (group "\\\\")
|
||||
(: "\\" (| (group (in "(){}"))
|
||||
|
|
Loading…
Add table
Reference in a new issue