b->newline_cache = 0;
b->width_run_cache = 0;
b->width_table = Qnil;
- b->prompt_end_charpos = Qnil;
b->prevent_redisplay_optimizations_p = 1;
/* Put this on the chain of all buffers including killed ones. */
b->newline_cache = 0;
b->width_run_cache = 0;
b->width_table = Qnil;
- b->prompt_end_charpos = Qnil;
/* Put this on the chain of all buffers including killed ones. */
b->next = all_buffers;
b->width_run_cache = 0;
}
b->width_table = Qnil;
- b->prompt_end_charpos = Qnil;
UNBLOCK_INPUT;
b->undo_list = Qnil;
()
{
Fwiden ();
-
- if (INTEGERP (current_buffer->prompt_end_charpos))
- del_range (XINT (current_buffer->prompt_end_charpos), Z);
- else
- del_range (BEG, Z);
+
+ del_range (BEG, Z);
current_buffer->last_window_start = 1;
/* Prevent warnings, or suspension of auto saving, that would happen