1
Fork 0
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:
Richard M. Stallman 1995-07-25 02:18:58 +00:00
parent f8a8749802
commit 103dcb3822

View 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 */