From: Andrea Corallo Date: Sun, 17 Nov 2019 13:03:10 +0000 (+0100) Subject: message when finished compiling X-Git-Tag: emacs-28.0.90~2727^2~982 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f6b58e8016c7ce7b332a3b2a8a56bd2f9987d95a;p=emacs.git message when finished compiling --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index e279713523a..859e0dedd9c 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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.