/* Do this first, so it can use CHAR_TO_BYTE
to calculate the old correspondences. */
-- set_intervals_multibyte (0);
- set_overlays_multibyte (0);
++ set_intervals_multibyte (false);
++ set_overlays_multibyte (false);
bset_enable_multibyte_characters (current_buffer, Qnil);
/* FIXME: Is it worth the trouble, really? Couldn't we just throw
away all the text-properties instead of trying to guess how
to adjust them? AFAICT the result is not reliable anyway. */
-- set_intervals_multibyte (1);
- set_overlays_multibyte (1);
++ set_intervals_multibyte (true);
++ set_overlays_multibyte (true);
}
if (!EQ (old_undo, Qt))