changeset 5978:396e4dfed085

(Finsert_file_contents): Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 17 Feb 1994 19:23:59 +0000
parents 8c5cc76de654
children 99e5ff29c408
files src/fileio.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/fileio.c	Thu Feb 17 19:04:07 1994 +0000
+++ b/src/fileio.c	Thu Feb 17 19:23:59 1994 +0000
@@ -2623,6 +2623,7 @@
       if (same_at_start == ZV)
 	{
 	  close (fd);
+	  specpdl_ptr = specpdl + count;
 	  goto handled;
 	}
       immediate_quit = 1;