mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 14:30:43 -08:00
(Fprimitive_undo): Don't end inner loop
just because a previous-modtime doesn't match any more.
This commit is contained in:
parent
f8a8749802
commit
103dcb3822
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue