]> git.eshelyaron.com Git - emacs.git/commit
(Fdo_auto_save): Catch error making directory.
authorRichard M. Stallman <rms@gnu.org>
Wed, 11 Sep 2002 02:03:24 +0000 (02:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 11 Sep 2002 02:03:24 +0000 (02:03 +0000)
commit5794dd61a086e3e7b008bcac26db1181ec66cb1b
tree4069494ddd882a75027aaa856d81a8cf80b52227
parent37d66095580c7ead78a88b6d1ac46edfdb94d5c4
(Fdo_auto_save): Catch error making directory.
Only call push_message if we need to.
At the same time, make an unwind-protect to pop it.
Rename local message_p to old_message_p.
(do_auto_save_make_dir, do_auto_save_eh): New functions.
(do_auto_save_unwind): Don't call pop_message.
src/fileio.c