From: Kenichi Handa Date: Tue, 20 Aug 2002 08:34:51 +0000 (+0000) Subject: (Freplace_match): Fix previous change. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~411 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b89f1091705d149264380867f62aa74b8a982e0;p=emacs.git (Freplace_match): Fix previous change. --- diff --git a/src/search.c b/src/search.c index efc1c35bdc2..6db6cc674e6 100644 --- a/src/search.c +++ b/src/search.c @@ -2254,6 +2254,7 @@ since only regular expressions have distinguished subexpressions. */) { pos_byte = CHAR_TO_BYTE (pos); multibyte = ! NILP (current_buffer->enable_multibyte_characters); + } else { pos_byte = string_char_to_byte (string, pos);