(Fprimitive_undo): Don't end inner loop
authorRichard M. Stallman <rms@gnu.org>
Tue, 25 Jul 1995 02:18:58 +0000 (02:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 25 Jul 1995 02:18:58 +0000 (02:18 +0000)
just because a previous-modtime doesn't match any more.

src/undo.c

index 2f37bae..efa1910 100644 (file)
@@ -397,7 +397,7 @@ Return what remains of the list.")
                     (not matching the actual disk file)
                     then don't mark unmodified.  */
                  if (mod_time != base_buffer->modtime)
-                   break;
+                   continue;
 #ifdef CLASH_DETECTION
                  Funlock_buffer ();
 #endif /* CLASH_DETECTION */