(Finsert_file_contents): Delete incorrect decrement of specpdl_ptr.
authorKenichi Handa <handa@m17n.org>
Sun, 14 Sep 2008 05:59:16 +0000 (05:59 +0000)
committerKenichi Handa <handa@m17n.org>
Sun, 14 Sep 2008 05:59:16 +0000 (05:59 +0000)
src/ChangeLog
src/fileio.c

index 45a5bd1..1f0ae13 100644 (file)
@@ -1,3 +1,8 @@
+2008-09-14  Kenichi Handa  <handa@m17n.org>
+
+       * fileio.c (Finsert_file_contents): Delete incorrect decrement of
+       specpdl_ptr.
+
 2008-09-12  Kenichi Handa  <handa@m17n.org>
 
        * indent.c (scan_for_column): Don't handle automatic composition
 
        * buffer.c (Fbuffer_swap_text): Reset window->point markers.
 
+2008-09-07  Kenichi Handa  <handa@m17n.org>
+
+       * composite.c (FORWARD_CHAR): Check STOP after
+       incrementing (POSITION).pos.
+
 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
 
        * process.c (Fsystem_process_attributes): Doc fix.
index 9c6b98d..a5541d5 100644 (file)
@@ -3673,7 +3673,6 @@ variable `last-coding-system-used' to the coding system actually used.  */)
 
       if (bufpos == inserted)
        {
-         specpdl_ptr--;
          /* Truncate the buffer to the size of the file.  */
          if (same_at_start == same_at_end)
            nochange = 1;