changeset 80404:8d1170152b8e

* fileio.c (auto_save_error_occurred): New var. (auto_save_error): Set it. (Fdo_auto_save): Don't overwrite the error message if an auto-save error occurred.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 31 Mar 2008 22:07:27 +0000
parents 6bbbf0530dfd
children c7ecb287a9ca
files src/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Mar 31 22:02:53 2008 +0000
+++ b/src/ChangeLog	Mon Mar 31 22:07:27 2008 +0000
@@ -1,3 +1,10 @@
+2008-03-31  Chong Yidong  <cyd@stupidchicken.com>
+
+	* fileio.c (auto_save_error_occurred): New var.
+	(auto_save_error): Set it.
+	(Fdo_auto_save): Don't overwrite the error message if an auto-save
+	error occurred.
+
 2008-03-31  Jason Rumney  <jasonr@gnu.org>
 
 	* dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.