]> code.delx.au - gnu-emacs/blobdiff - src/casefiddle.c
* dispextern.h, image.c (x_bitmap_height, x_bitmap_width): Now static.
[gnu-emacs] / src / casefiddle.c
index 7f5b99752fa9124427e1278ef500de3ec8ec5d32..5a40790f87f7f84a8381d24eb6d868d0a5c91968 100644 (file)
@@ -214,7 +214,7 @@ casify_region (enum case_action flag, Lisp_Object b, Lisp_Object e)
   validate_region (&b, &e);
   start = XFASTINT (b);
   end = XFASTINT (e);
-  modify_region_1 (start, end, false);
+  modify_text (start, end);
   record_change (start, end - start);
   start_byte = CHAR_TO_BYTE (start);