]> git.eshelyaron.com Git - emacs.git/commit
Make the native compiler always use `make-temp-file' for temporary files
authorAndrea Corallo <akrl@sdf.org>
Mon, 20 Feb 2023 20:03:58 +0000 (21:03 +0100)
committerAndrea Corallo <akrl@sdf.org>
Mon, 20 Feb 2023 20:16:04 +0000 (21:16 +0100)
commit5d0b45cd67b383bc777dcf7589517e51e58f5a21
tree34accb0558716b4bf52baff44e143aa1b431116a
parent88ee92e61d786586064f3792b9d0be2dee6eb30c
Make the native compiler always use `make-temp-file' for temporary files

* src/comp.c (CALL4I): Define macro.
(Fcomp__compile_ctxt_to_file): Use `make-temp-file' instead of
`make-temp-file-internal'.
* lisp/emacs-lisp/comp.el (comp--trampoline-abs-filename): Likewise.
lisp/emacs-lisp/comp.el
src/comp.c