]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fdo_auto_save): Revert last patch installed unwillingly as
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 28 Jun 2007 20:21:13 +0000 (20:21 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 28 Jun 2007 20:21:13 +0000 (20:21 +0000)
part of the 2007-06-27 change to syms_of_fileio.

src/ChangeLog
src/fileio.c

index c66a1ea6dd919eb3b622bfcfb583d5d634fa482f..1c13ade00d31c52b6fe04055e5f65530a5d40bd1 100644 (file)
@@ -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):
index 2c4f837919265ce4b64146b7eb83c51b32d3cdb4..53cab8c595533f78ed4b905ceea80827d0f0e393 100644 (file)
@@ -6021,8 +6021,6 @@ A non-nil CURRENT-ONLY argument means save only current buffer.  */)
 
   /* Prevent another auto save till enough input events come in.  */
   record_auto_save ();
-  if (stream != NULL)
-    fclose (stream);
 
   if (auto_saved && NILP (no_message))
     {