Use SAVE_MODIFF and BUF_SAVE_MODIFF
authorRichard M. Stallman <rms@gnu.org>
Mon, 2 Jan 1995 09:18:07 +0000 (09:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 2 Jan 1995 09:18:07 +0000 (09:18 +0000)
instead of direct access to the save_modiff field.

src/keyboard.c

index d77c30e..2f69514 100644 (file)
@@ -1197,7 +1197,7 @@ command_loop_1 ()
                           < 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 ()