1
Fork 0
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:
Stefan Monnier 2004-12-08 01:38:05 +00:00
parent 5a27c5d8f8
commit be02a7ed1f
2 changed files with 7 additions and 4 deletions

View file

@ -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