]> git.eshelyaron.com Git - emacs.git/commitdiff
(isearch-quote-char): Fix up typo in last change.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 8 Dec 2004 01:38:05 +0000 (01:38 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 8 Dec 2004 01:38:05 +0000 (01:38 +0000)
lisp/ChangeLog
lisp/isearch.el

index e881509068f2b50b5a18169ed8c4c63b6963b70d..3ff15d336f33cc5f215160962777a061b0ec093d 100644 (file)
@@ -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
        (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>
 
index 118d23ce38fab9306805695637930fe0a48be51f..53d2ab1c4fbcb7b0c5d394500efe1131d8f41b43 100644 (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