]> git.eshelyaron.com Git - emacs.git/commit
Fix byte compilation of files with leading directories
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 Dec 2017 11:29:39 +0000 (13:29 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Dec 2017 11:29:39 +0000 (13:29 +0200)
commitbf9b972843113dd1fb416f5bd7cb127eaf4927d0
tree1cfe43a8a912492ed8dfe42341c3b00213f56c1a
parentac144dc835c2a759c96eee0b10c7b2196db3d17f
Fix byte compilation of files with leading directories

* lisp/emacs-lisp/bytecomp.el (byte-compile-file): Pass basename
of target-file to make-temp-file, in case target-file includes a
leading directory that might not exist under TMPDIR.  See
http://lists.gnu.org/archive/html/emacs-devel/2017-11/msg00680.html
for the details.
lisp/emacs-lisp/bytecomp.el