diff src/fileio.c @ 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 9d28724e2c52
children 75edb944833f
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;