]> git.eshelyaron.com Git - emacs.git/commit
* Do not produce .elc temporary file when unnecessary (bug#48978)
authorAndrea Corallo <akrl@sdf.org>
Mon, 14 Jun 2021 12:37:14 +0000 (14:37 +0200)
committerAndrea Corallo <akrl@sdf.org>
Mon, 14 Jun 2021 13:02:17 +0000 (15:02 +0200)
commit663fb3b774887d3d15a6791c3f35af56daa3c676
treea2d98b3e9f68b3d5ff1b912dfb708c91ff61cd15
parent8f2f91f7acf5792f0dc38f8045dc0d3ffe2e4593
* Do not produce .elc temporary file when unnecessary (bug#48978)

* lisp/emacs-lisp/bytecomp.el (byte-compile-file): Produce .elc
temporary files only when non native compiling or when native
compiling but `byte+native-compile' is non nil.
lisp/emacs-lisp/bytecomp.el