]> git.eshelyaron.com Git - emacs.git/commitdiff
(Freplace_match): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Tue, 20 Aug 2002 08:34:51 +0000 (08:34 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 20 Aug 2002 08:34:51 +0000 (08:34 +0000)
src/search.c

index efc1c35bdc2c6d3c056cf47affd753ea77e49ed9..6db6cc674e65860b8ae2230d1ff7078b8a124e23 100644 (file)
@@ -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);