Mercurial > emacs
changeset 10309:fe2243b3186b
Use SAVE_MODIFF and BUF_SAVE_MODIFF
instead of direct access to the save_modiff field.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 02 Jan 1995 09:18:07 +0000 |
parents | 90784ed0416f |
children | b0f6fc3f80b1 |
files | src/keyboard.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Mon Jan 02 09:16:42 1995 +0000 +++ b/src/keyboard.c Mon Jan 02 09:18:07 1995 +0000 @@ -1197,7 +1197,7 @@ < MODIFF) || (XFASTINT (XWINDOW (selected_window)->last_point) != PT) - || MODIFF <= current_buffer->save_modified + || MODIFF <= SAVE_MODIFF || windows_or_buffers_changed || !EQ (current_buffer->selective_display, Qnil) || detect_input_pending ()