* Allow for logging async compilation command line
* lisp/emacs-lisp/comp.el (comp-run-async-workers): When non zero verbose log async compilation command line invocation.
This commit is contained in:
parent
ff9e40e9fe
commit
9a64585c12
1 changed files with 3 additions and 0 deletions
|
@ -2317,6 +2317,9 @@ display a message."
|
|||
(message "Compiling %s..." ,source-file)
|
||||
(native-compile ,source-file ,(and load t))))
|
||||
(source-file1 source-file) ;; Make the closure works :/
|
||||
(_ (progn
|
||||
(comp-log "\n")
|
||||
(comp-log (prin1-to-string expr))))
|
||||
(load1 load)
|
||||
(process (make-process
|
||||
:name (concat "Compiling: " source-file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue