emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/fileio.c,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c,v
Date: Thu, 20 Mar 2008 18:13:14 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/03/20 18:13:13

Index: fileio.c
===================================================================
RCS file: /sources/emacs/emacs/src/fileio.c,v
retrieving revision 1.606
retrieving revision 1.607
diff -u -b -r1.606 -r1.607
--- fileio.c    10 Mar 2008 00:49:44 -0000      1.606
+++ fileio.c    20 Mar 2008 18:13:11 -0000      1.607
@@ -4237,7 +4237,7 @@
 
          how_much += this;
 
-         BUF_SET_PT (XBUFFER (conversion_buffer),
+         BUF_TEMP_SET_PT (XBUFFER (conversion_buffer),
                      BUF_Z (XBUFFER (conversion_buffer)));
          decode_coding_c_string (&coding, read_buf, unprocessed + this,
                                  conversion_buffer);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]