message when finished compiling
This commit is contained in:
parent
ab3f36fac2
commit
f6b58e8016
1 changed files with 2 additions and 1 deletions
|
@ -1797,7 +1797,8 @@ Prepare every function for final compilation and drive the C back-end."
|
|||
"--eval"
|
||||
(prin1-to-string code))))
|
||||
(while (accept-process-output prc)
|
||||
(thread-yield)))))))
|
||||
(thread-yield)))))
|
||||
(message "Finished compiling.")))
|
||||
"compilation thread"))
|
||||
|
||||
;;; Compiler entry points.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue