mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(isearch-quote-char): Fix up typo in last change.
This commit is contained in:
parent
5a27c5d8f8
commit
be02a7ed1f
@ -1,3 +1,7 @@
|
||||
2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* isearch.el (isearch-quote-char): Fix up typo in last change.
|
||||
|
||||
2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* mouse.el (mouse-set-font): Handle the case where the command was
|
||||
@ -9,11 +13,10 @@
|
||||
(edmacro-sanitize-for-string): Correctly remove Meta modifier
|
||||
(as suggested by Kim Storm).
|
||||
|
||||
2004-12-06 Stefan <monnier@iro.umontreal.ca>
|
||||
2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* font-lock.el (font-lock-unfontify-region): Save buffer state.
|
||||
(font-lock-default-unfontify-region): Don't save buffer state any
|
||||
more.
|
||||
(font-lock-default-unfontify-region): Don't save buffer state any more.
|
||||
|
||||
2004-12-07 Jay Belanger <belanger@truman.edu>
|
||||
|
||||
|
@ -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…
Reference in New Issue
Block a user