aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2007-06-28 20:21:13 +0000
committerStefan Monnier2007-06-28 20:21:13 +0000
commitfe45b81f90eec653868d122b06b85586c070c947 (patch)
tree9a7fe71f2bbd1ebf54c33277c0ed50d6562f6f6f /src
parente1e16897f3df68847f728cd30c2a752d12a501f2 (diff)
downloademacs-fe45b81f90eec653868d122b06b85586c070c947.tar.gz
emacs-fe45b81f90eec653868d122b06b85586c070c947.zip
(Fdo_auto_save): Revert last patch installed unwillingly as
part of the 2007-06-27 change to syms_of_fileio.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/fileio.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c66a1ea6dd9..1c13ade00d3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
4 part of the 2007-06-27 change to syms_of_fileio.
5
12007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 62007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 7
3 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event): 8 * 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. */)
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 {