(temp_output_buffer_show): Use BUF_SAVE_MODIFF.

This commit is contained in:
Richard M. Stallman 1995-01-02 06:30:49 +00:00
parent 908b0ae5e0
commit c6367666ae

View file

@ -2012,7 +2012,7 @@ temp_output_buffer_show (buf)
register struct window *w;
Fset_buffer (buf);
XBUFFER (buf)->save_modified = MODIFF;
BUF_SAVE_MODIFF (XBUFFER (buf)) = MODIFF;
BEGV = BEG;
ZV = Z;
SET_PT (BEG);