]> git.eshelyaron.com Git - emacs.git/commitdiff
* fileio.c (auto_save_error_occurred): New var.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 31 Mar 2008 22:07:27 +0000 (22:07 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 31 Mar 2008 22:07:27 +0000 (22:07 +0000)
(auto_save_error): Set it.
(Fdo_auto_save): Don't overwrite the error message if an auto-save
error occurred.

src/ChangeLog

index 9e54d993481ac966b9ff0e06826f04a4178ac4bd..5a928dd5c517070bf032695d7e0ec6a38a7216ac 100644 (file)
@@ -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.