]> git.eshelyaron.com Git - emacs.git/commitdiff
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 d77c30e35e32772506723328798602a1dfe68e1b..2f69514dc2463fa28ea9ccbcffd82e1f21ede5d6 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 ()