]> git.eshelyaron.com Git - emacs.git/commitdiff
(Finsert_file_contents): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Thu, 17 Feb 1994 19:23:59 +0000 (19:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 17 Feb 1994 19:23:59 +0000 (19:23 +0000)
src/fileio.c

index ab2e6396cdb7e381c3a7a2883128236f70512647..acee2e7d73c1a0fa787cec9d467c38d10789d40e 100644 (file)
@@ -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;