changeset 81663:4eb4f7a7a490

(Fdo_auto_save): Revert last patch installed unwillingly as part of the 2007-06-27 change to syms_of_fileio.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 28 Jun 2007 20:21:13 +0000
parents 3c91272c6b36
children 7ef84bc04072
files src/ChangeLog src/fileio.c
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Jun 28 19:06:27 2007 +0000
+++ b/src/ChangeLog	Thu Jun 28 20:21:13 2007 +0000
@@ -1,3 +1,8 @@
+2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
+	part of the 2007-06-27 change to syms_of_fileio.
+
 2007-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
 	* macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
--- a/src/fileio.c	Thu Jun 28 19:06:27 2007 +0000
+++ b/src/fileio.c	Thu Jun 28 20:21:13 2007 +0000
@@ -6021,8 +6021,6 @@
 
   /* Prevent another auto save till enough input events come in.  */
   record_auto_save ();
-  if (stream != NULL)
-    fclose (stream);
 
   if (auto_saved && NILP (no_message))
     {