]> git.eshelyaron.com Git - emacs.git/commit
Sanitize eln filename when native compiling single functions
authorAndrea Corallo <akrl@sdf.org>
Tue, 20 Oct 2020 19:55:11 +0000 (20:55 +0100)
committerAndrea Corallo <akrl@sdf.org>
Tue, 20 Oct 2020 20:29:05 +0000 (21:29 +0100)
commit3be93390fb6680d1e0c3256af72c86635a9eb327
tree3f516a546b37494d4844b8818ef652cff55096c2
parent79ca25c085f89760cb87c8e10378a00a4af3fec7
Sanitize eln filename when native compiling single functions

* lisp/emacs-lisp/comp.el (comp-spill-lap-function): Fix
temporary eln name generation.

* test/src/comp-tests.el (free-fun-silly-name): New testcase.
lisp/emacs-lisp/comp.el
test/src/comp-tests.el