]> git.eshelyaron.com Git - emacs.git/commit
Fix tempfile creation when byte compiling
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 Jan 2018 22:37:31 +0000 (14:37 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 Jan 2018 22:40:56 +0000 (14:40 -0800)
commit4fd446e9f65e5531b18d4a0c5e08a6eeabc292d8
treee9b6a1209ef114e899c637f07fba954fc35395e4
parent7f48a11216fc12f1aef8158f82e5a0a0706f51af
Fix tempfile creation when byte compiling

This improves on the recent fix for master failing to build
on FreeBSD.  Suggested by Stefan Monnier in:
https://lists.gnu.org/r/emacs-devel/2018-01/msg00600.html
* lisp/emacs-lisp/bytecomp.el (byte-compile-file):
Put tempfile next to the target file, as was the original intent.
lisp/emacs-lisp/bytecomp.el