Mercurial > emacs
changeset 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 | 98aba238cf62 |
children | 6f4785fee5cc |
files | src/undo.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 */