aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2004-12-08 01:38:05 +0000
committerStefan Monnier <[email protected]>2004-12-08 01:38:05 +0000
commitbe02a7ed1fee84954b69df415113b60857f90435 (patch)
treeab5e40a06ccf20980160e44636f522dd89c1710c
parent5a27c5d8f88eaf2fb29695d927b3be7a0825cf8b (diff)
(isearch-quote-char): Fix up typo in last change.
-rw-r--r--lisp/ChangeLog9
-rw-r--r--lisp/isearch.el2
2 files changed, 7 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e881509068..3ff15d336f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-07 Stefan Monnier <[email protected]>
+
+ * isearch.el (isearch-quote-char): Fix up typo in last change.
+
2004-12-07 Luc Teirlinck <[email protected]>
* 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 <[email protected]>
+2004-12-06 Stefan Monnier <[email protected]>
* 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 <[email protected]>
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 118d23ce38..53d2ab1c4f 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -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