changeset 4284:97a012596eb2 emacs-unicode

(re_search_2): Fix last change.
author Dave Love <fx@gnu.org>
date Mon, 02 Jun 2003 18:28:46 +0000
parents 64399a5b9721
children
files regex.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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