From: Stefan Monnier Date: Thu, 28 Jun 2007 20:21:13 +0000 (+0000) Subject: (Fdo_auto_save): Revert last patch installed unwillingly as X-Git-Tag: emacs-pretest-23.0.90~12074 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fe45b81f90eec653868d122b06b85586c070c947;p=emacs.git (Fdo_auto_save): Revert last patch installed unwillingly as part of the 2007-06-27 change to syms_of_fileio. --- diff --git a/src/ChangeLog b/src/ChangeLog index c66a1ea6dd9..1c13ade00d3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2007-06-28 Stefan Monnier + + * 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 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event): diff --git a/src/fileio.c b/src/fileio.c index 2c4f8379192..53cab8c5955 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -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)) {