]> git.eshelyaron.com Git - emacs.git/commitdiff
(re_search_2): Fix last change.
authorDave Love <fx@gnu.org>
Mon, 2 Jun 2003 18:29:17 +0000 (18:29 +0000)
committerDave Love <fx@gnu.org>
Mon, 2 Jun 2003 18:29:17 +0000 (18:29 +0000)
src/ChangeLog
src/regex.c

index 32d5a690d0522b3b3592dc243d1542baea5fcaf0..3cd24eff2463bc91997377059f9c08613668fcb5 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-02  Dave Love  <fx@gnu.org>
+
+       * regex.c (re_search_2): Fix last change.
+
 2003-05-30  Kenichi Handa  <handa@etlken2>
 
        * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
index bea8433153dca644bd389714e5791a5a9fa4b11c..bc88663897c2053aed2ea716f2cf6872cc519d08 100644 (file)
@@ -4049,7 +4049,7 @@ re_search_2 (bufp, str1, size1, str2, size2, startpos, range, regs, stop)
 #ifdef emacs
                        MAKE_CHAR_MULTIBYTE (buf_ch);
 #endif
-                       buf_ch = RE_TRANSLATE (buf_ch);
+                       buf_ch = RE_TRANSLATE (translate, buf_ch);
 #ifdef emacs
                        MAKE_CHAR_UNIBYTE (buf_ch);
 #endif