aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/search.c1
1 files changed, 1 insertions, 0 deletions
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. */)
2254 { 2254 {
2255 pos_byte = CHAR_TO_BYTE (pos); 2255 pos_byte = CHAR_TO_BYTE (pos);
2256 multibyte = ! NILP (current_buffer->enable_multibyte_characters); 2256 multibyte = ! NILP (current_buffer->enable_multibyte_characters);
2257 }
2257 else 2258 else
2258 { 2259 {
2259 pos_byte = string_char_to_byte (string, pos); 2260 pos_byte = string_char_to_byte (string, pos);