aboutsummaryrefslogtreecommitdiffstats
path: root/src/casefiddle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/casefiddle.c')
-rw-r--r--src/casefiddle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/casefiddle.c b/src/casefiddle.c
index e3654627576..d9c6a078973 100644
--- a/src/casefiddle.c
+++ b/src/casefiddle.c
@@ -213,7 +213,7 @@ casify_region (enum case_action flag, Lisp_Object b, Lisp_Object e)
213 validate_region (&b, &e); 213 validate_region (&b, &e);
214 start = XFASTINT (b); 214 start = XFASTINT (b);
215 end = XFASTINT (e); 215 end = XFASTINT (e);
216 modify_region (current_buffer, start, end, 0); 216 modify_region_1 (start, end, false);
217 record_change (start, end - start); 217 record_change (start, end - start);
218 start_byte = CHAR_TO_BYTE (start); 218 start_byte = CHAR_TO_BYTE (start);
219 219