]> git.eshelyaron.com Git - emacs.git/commit
Handle correctly quoting in *Native-compile-Log* buffer
authorAndrea Corallo <akrl@sdf.org>
Sat, 14 Nov 2020 15:45:50 +0000 (16:45 +0100)
committerAndrea Corallo <akrl@sdf.org>
Sat, 14 Nov 2020 21:06:31 +0000 (22:06 +0100)
commitbcecdedcb7ee02a58383de396bf05fda88654a30
tree3f997e64f00d9af3de7c0d0295d1ecb349f85f15
parent22da28cf6643b6293aa0255eca5f398dad23516d
Handle correctly quoting in *Native-compile-Log* buffer

* lisp/emacs-lisp/comp.el (comp-log): Add `quoted' parameter and
pass it to `comp-log-to-buffer'.
(comp-log-to-buffer): Add `quoted' parameter and leverage `prin1'
or `princ' accordingly.
lisp/emacs-lisp/comp.el