comparison 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
comparison
equal deleted inserted replaced
81662:3c91272c6b36 81663:4eb4f7a7a490
6019 } 6019 }
6020 } 6020 }
6021 6021
6022 /* Prevent another auto save till enough input events come in. */ 6022 /* Prevent another auto save till enough input events come in. */
6023 record_auto_save (); 6023 record_auto_save ();
6024 if (stream != NULL)
6025 fclose (stream);
6026 6024
6027 if (auto_saved && NILP (no_message)) 6025 if (auto_saved && NILP (no_message))
6028 { 6026 {
6029 if (old_message_p) 6027 if (old_message_p)
6030 { 6028 {