summaryrefslogtreecommitdiff
path: root/src/undo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/undo.c')
-rw-r--r--src/undo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/undo.c b/src/undo.c
index 2f37bae8477..efa19107419 100644
--- a/src/undo.c
+++ b/src/undo.c
@@ -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 */