]> git.eshelyaron.com Git - emacs.git/commit
Have native compiler always preserve multibyte strings (bug#45342)
authorAndrea Corallo <akrl@sdf.org>
Sun, 20 Dec 2020 19:53:22 +0000 (20:53 +0100)
committerAndrea Corallo <akrl@sdf.org>
Sun, 20 Dec 2020 20:21:39 +0000 (21:21 +0100)
commit72c1a41573a96a39482a001bfeb3230c471a5681
tree4cecfd48f5d0109b0258af9366918eb326c4c139
parent3bb2fd0c58c6caf1772564524c782f8a4a3fb2b4
Have native compiler always preserve multibyte strings (bug#45342)

* lisp/emacs-lisp/comp.el (comp-final): Escape multibyte string
when offloading compilation to child process.
* test/src/comp-test-funcs.el (comp-test-45342-f): New function
* test/src/comp-tests.el (bug-45342): New test
lisp/emacs-lisp/comp.el
test/src/comp-test-funcs.el
test/src/comp-tests.el