Mercurial > emacs
diff src/undo.c @ 12649:43434a01d442
(Fprimitive_undo): Don't end inner loop
just because a previous-modtime doesn't match any more.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 25 Jul 1995 02:18:58 +0000 |
| parents | f0c9d02fb6e4 |
| children | ee40177f6c68 |
line wrap: on
line diff
--- a/src/undo.c Tue Jul 25 01:42:05 1995 +0000 +++ b/src/undo.c Tue Jul 25 02:18:58 1995 +0000 @@ -397,7 +397,7 @@ (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 */
