diff src/keyboard.c @ 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 0231c0d38918
children 8e8259e052ed
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 ()