mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(isearch-quote-char): Fix up typo in last change.
This commit is contained in:
parent
5a27c5d8f8
commit
be02a7ed1f
2 changed files with 7 additions and 4 deletions
|
|
@ -1682,7 +1682,7 @@ Isearch mode."
|
|||
;; single-byte character set, and convert them to Emacs
|
||||
;; characters.
|
||||
(if (and isearch-regexp (= char ?\ ))
|
||||
(if (subregexp-context-p isearch-string pos)
|
||||
(if (subregexp-context-p isearch-string (length isearch-string))
|
||||
(isearch-process-search-string "[ ]" " ")
|
||||
(isearch-process-search-char char))
|
||||
(and enable-multibyte-characters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue