diff src/fileio.c @ 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 8565334360b3
children b98604865ea0 0ece58f6e0aa 988f1edc9674
line wrap: on
line diff
--- 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))
     {