]> code.delx.au - gnu-emacs/commit
Avoid unnecessary failures of auto-saving after fatal error
authorEli Zaretskii <eliz@gnu.org>
Mon, 11 Jan 2016 16:00:13 +0000 (18:00 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 11 Jan 2016 16:00:13 +0000 (18:00 +0200)
commit200675299e24139ccce444a7ca5d59a2aed2891c
tree4ebbd93dc065b2d40633c87019190ef68d0844fe
parenteef6784ea4932adbce24030b171df6c09bb4736a
Avoid unnecessary failures of auto-saving after fatal error

* src/w32.c (map_w32_filename): Avoid non-trivial system calls for
the benefit of FAT volumes if we are called as part of shutting
down due to a fatal error, which probably means we are trying to
auto-save the session.
* src/lread.c (check_obarray): Don't bother making the obarray
valid if we are shutting down due to a fatal error.  This avoids
interfering with auto-saving the crashed session.
src/lread.c
src/w32.c