changeset 98168:934c5bd94a4b

(Finsert_file_contents): Delete incorrect decrement of specpdl_ptr.
author Kenichi Handa <handa@m17n.org>
date Sun, 14 Sep 2008 05:58:52 +0000
parents f44c198b8d6d
children 80ddfbfad89e
files src/fileio.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/fileio.c	Sun Sep 14 05:55:11 2008 +0000
+++ b/src/fileio.c	Sun Sep 14 05:58:52 2008 +0000
@@ -3673,7 +3673,6 @@
 
       if (bufpos == inserted)
 	{
-	  specpdl_ptr--;
 	  /* Truncate the buffer to the size of the file.  */
 	  if (same_at_start == same_at_end)
 	    nochange = 1;