aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2002-08-20 08:34:51 +0000
committerKenichi Handa2002-08-20 08:34:51 +0000
commit5b89f1091705d149264380867f62aa74b8a982e0 (patch)
tree4b03123b7126f818ed27405303cbd8f970c08d93 /src
parent096a353dd1c93a24e64c76b8b8487bca8312541c (diff)
downloademacs-5b89f1091705d149264380867f62aa74b8a982e0.tar.gz
emacs-5b89f1091705d149264380867f62aa74b8a982e0.zip
(Freplace_match): Fix previous change.
Diffstat (limited to 'src')
-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);