# HG changeset patch # User Dave Love # Date 1054578526 0 # Node ID 758e161da3ad85409254e05ef9920691304eb4cb # Parent 24eb12b8cf360726362f4a0ff2cfe043e4e76949 (re_search_2): Fix last change. diff -r 24eb12b8cf36 -r 758e161da3ad src/regex.c --- a/src/regex.c Fri May 30 07:00:45 2003 +0000 +++ b/src/regex.c Mon Jun 02 18:28:46 2003 +0000 @@ -4049,7 +4049,7 @@ #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