]> git.eshelyaron.com Git - emacs.git/commit
* Fix `batch-native-compile' not to spawn a subprocess
authorAndrea Corallo <akrl@sdf.org>
Mon, 4 Oct 2021 19:15:02 +0000 (21:15 +0200)
committerAndrea Corallo <akrl@sdf.org>
Mon, 4 Oct 2021 19:55:57 +0000 (21:55 +0200)
commite606cc6f4023a3b20179ed51e339941be7c36bd2
tree7a9af0f51c4165b5544de045624bdb71058026a9
parent894dfe70da2dbeb218e8a0a58ee5e860f0fe9e4e
* Fix `batch-native-compile' not to spawn a subprocess

* lisp/emacs-lisp/comp.el (comp-running-batch-compilation): New var.
(comp-final): Use it.
(batch-native-compile): Bind `comp-running-batch-compilation' it.
lisp/emacs-lisp/comp.el