changeset 89213:b0d3fa30523c

(Freplace_match): Check C by ASCII_CHAR_P, not by SINGLE_BYTE_CHAR_P.
author Kenichi Handa <handa@m17n.org>
date Tue, 15 Oct 2002 01:19:20 +0000
parents c5637be14c7f
children c7c628d65cc4
files src/search.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/search.c	Tue Oct 15 01:19:04 2002 +0000
+++ b/src/search.c	Tue Oct 15 01:19:20 2002 +0000
@@ -2439,7 +2439,7 @@
 		{
 		  FETCH_STRING_CHAR_ADVANCE_NO_CHECK (c, newtext,
 						      pos, pos_byte);
-		  if (!buf_multibyte && !SINGLE_BYTE_CHAR_P (c))
+		  if (!buf_multibyte && !ASCII_CHAR_P (c))
 		    c = multibyte_char_to_unibyte (c, rev_tbl);
 		}
 	      else