]> git.eshelyaron.com Git - emacs.git/commit
Fix bug#45603
authorAndrea Corallo <akrl@sdf.org>
Wed, 6 Jan 2021 14:26:38 +0000 (15:26 +0100)
committerAndrea Corallo <akrl@sdf.org>
Wed, 6 Jan 2021 14:52:58 +0000 (15:52 +0100)
commit33b8ce865fcfd58538ae2d7c3fff04998fcd3330
tree384902e9f2fc18e9e986762d6fb563478fcff854
parent8ad983c4acef60a80e8d6b6ba891b1ef957f2d7c
Fix bug#45603

Reported and reduced by Mauricio Collares.

* lisp/emacs-lisp/comp.el (comp-final): Fix coding system for the
tmp file used to pass data the child processes.
* test/src/comp-tests.el (45603-1): New testcase
* test/src/comp-test-45603.el : New File.
lisp/emacs-lisp/comp.el
test/src/comp-test-45603.el [new file with mode: 0644]
test/src/comp-tests.el