message when finished compiling

This commit is contained in:
Andrea Corallo 2019-11-17 14:03:10 +01:00
parent ab3f36fac2
commit f6b58e8016

View file

@ -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.