changeset 89028:4215ff2d202d

(Freplace_match): Fix previous change.
author Kenichi Handa <handa@m17n.org>
date Tue, 20 Aug 2002 08:34:51 +0000
parents 8772b1a86905
children ad8f56efa7c6
files src/search.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/search.c	Tue Aug 20 08:32:34 2002 +0000
+++ b/src/search.c	Tue Aug 20 08:34:51 2002 +0000
@@ -2254,6 +2254,7 @@
 	{
 	  pos_byte = CHAR_TO_BYTE (pos);
 	  multibyte = ! NILP (current_buffer->enable_multibyte_characters);
+	}
       else
 	{
 	  pos_byte = string_char_to_byte (string, pos);