aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-02-17 19:23:59 +0000
committerRichard M. Stallman1994-02-17 19:23:59 +0000
commitcb8b39c7fbb62acd94572a3b0afb2b10900a57a9 (patch)
tree8f0989e9a92789eabf2f670f7696037bef6dbd58 /src
parent5a85300527c0f1dce554683201de59acbcdfacde (diff)
downloademacs-cb8b39c7fbb62acd94572a3b0afb2b10900a57a9.tar.gz
emacs-cb8b39c7fbb62acd94572a3b0afb2b10900a57a9.zip
(Finsert_file_contents): Fix previous change.
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c1
1 files changed, 1 insertions, 0 deletions
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.")
2623 if (same_at_start == ZV) 2623 if (same_at_start == ZV)
2624 { 2624 {
2625 close (fd); 2625 close (fd);
2626 specpdl_ptr = specpdl + count;
2626 goto handled; 2627 goto handled;
2627 } 2628 }
2628 immediate_quit = 1; 2629 immediate_quit = 1;