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


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c
Date: Fri, 24 Feb 2006 06:46:44 +0000

Index: emacs/src/fileio.c
diff -u emacs/src/fileio.c:1.561 emacs/src/fileio.c:1.562
--- emacs/src/fileio.c:1.561    Tue Jan 10 17:46:41 2006
+++ emacs/src/fileio.c  Fri Feb 24 06:46:44 2006
@@ -4414,6 +4414,8 @@
 
       /* Set `inserted' to the number of inserted characters.  */
       inserted = PT - temp;
+      /* Set point before the inserted characters.  */
+      SET_PT_BOTH (temp, same_at_start);
 
       xfree (conversion_buffer);
       emacs_close (fd);




reply via email to

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