diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/search.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/search.c b/src/search.c index 4a1a4868a82..81466be323a 100644 --- a/src/search.c +++ b/src/search.c | |||
| @@ -2761,8 +2761,7 @@ since only regular expressions have distinguished subexpressions. */) | |||
| 2761 | newpoint = sub_start + SCHARS (newtext); | 2761 | newpoint = sub_start + SCHARS (newtext); |
| 2762 | 2762 | ||
| 2763 | /* Replace the old text with the new in the cleanest possible way. */ | 2763 | /* Replace the old text with the new in the cleanest possible way. */ |
| 2764 | replace_range (sub_start, sub_end, newtext, 1, 0, 1, true, true); | 2764 | replace_range (sub_start, sub_end, newtext, 1, 0, 1, true, false); |
| 2765 | signal_after_change (sub_start, sub_end - sub_start, SCHARS (newtext)); | ||
| 2766 | 2765 | ||
| 2767 | if (case_action == all_caps) | 2766 | if (case_action == all_caps) |
| 2768 | Fupcase_region (make_fixnum (search_regs.start[sub]), | 2767 | Fupcase_region (make_fixnum (search_regs.start[sub]), |