• Eli Zaretskii's avatar
    Avoid unnecessary failures of auto-saving after fatal error · 20067529
    Eli Zaretskii authored
    * 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.
    20067529
w32.c 257 KB