]> git.eshelyaron.com Git - emacs.git/commitdiff
message when finished compiling
authorAndrea Corallo <akrl@sdf.org>
Sun, 17 Nov 2019 13:03:10 +0000 (14:03 +0100)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:38:06 +0000 (11:38 +0100)
lisp/emacs-lisp/comp.el

index e279713523a4fcb3b5996c0f5ed7304cc5f0d2d9..859e0dedd9c80fea92af37ccd3cd5f5b90312fb6 100644 (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"))
 \f
 ;;; Compiler entry points.