From cb8b39c7fbb62acd94572a3b0afb2b10900a57a9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 17 Feb 1994 19:23:59 +0000 Subject: [PATCH] (Finsert_file_contents): Fix previous change. --- src/fileio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fileio.c b/src/fileio.c index ab2e6396cdb..acee2e7d73c 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -2623,6 +2623,7 @@ and (2) it puts less data in the undo list.") if (same_at_start == ZV) { close (fd); + specpdl_ptr = specpdl + count; goto handled; } immediate_quit = 1; -- 2.39.5