# HG changeset patch # User Dave Love # Date 1054578526 0 # Node ID 97a012596eb2c1f6edeb4a8d2373e998b85273ad # Parent 64399a5b972191602021f0f087c2b5c2870709af (re_search_2): Fix last change. diff -r 64399a5b9721 -r 97a012596eb2 regex.c --- a/regex.c Fri May 30 07:00:29 2003 +0000 +++ b/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