{
SET_PT (wordstart);
- del_range_both (wordstart, wordend, wordstart_byte, wordend_byte, 1);
+ del_range_both (wordstart, wordstart_byte, wordend, wordend_byte, 1);
insert_from_string (expansion, 0, 0, XSTRING (expansion)->size,
XSTRING (expansion)->size_byte, 1);
SET_PT_BOTH (opoint, opoint_byte);
Vinhibit_quit = Qt;
Fsit_for (make_number (2), Qnil, Qnil);
- del_range_both (osize, ZV, osize_byte, ZV_BYTE, 1);
+ del_range_both (osize, osize_byte, ZV, ZV_BYTE, 1);
SET_PT_BOTH (opoint, opoint_byte);
if (!NILP (Vquit_flag))
{
this_bol, this_bol_byte);
if (dup)
{
- del_range_both (prev_bol, this_bol,
- prev_bol_byte, this_bol_byte, 0);
+ del_range_both (prev_bol, prev_bol_byte,
+ this_bol, this_bol_byte, 0);
if (dup > 1)
{
char dupstr[40];
{
scan_newline (Z, Z_BYTE, BEG, BEG_BYTE,
-XFASTINT (Vmessage_log_max) - 1, 0);
- del_range_both (BEG, PT, BEG_BYTE, PT_BYTE, 0);
+ del_range_both (BEG, BEG_BYTE, PT, PT_BYTE, 0);
}
}
BEGV = XMARKER (oldbegv)->charpos;