• Paul Eggert's avatar
    Fix a couple of make-temp-file races · 785a4a1d
    Paul Eggert authored
    * lisp/emacs-lisp/autoload.el (autoload--save-buffer):
    * lisp/emacs-lisp/bytecomp.el (byte-compile-file):
    Use make-temp-file, not make-temp-name, to avoid an unlikely race
    that could lose data.  Remove the deletion hook as quickly as
    possible after the file is renamed; though a race still remains
    here, it is smaller than before.
    785a4a1d
autoload.el 52.6 KB