]> git.eshelyaron.com Git - emacs.git/commit
Show duration of compilation when it stops (bug#65251)
authorMattias Engdegård <mattiase@acm.org>
Fri, 18 Aug 2023 11:23:39 +0000 (13:23 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 18 Aug 2023 11:23:39 +0000 (13:23 +0200)
commitcc533f23386984bc3bb2c98d227d7e56e4b7b7a7
tree8260e33cd6309abed04a428d2e2908ffb14666ae
parent02d96e39b2182660e61e85b7b07da14ba6d94210
Show duration of compilation when it stops (bug#65251)

Patch by Helmut Eller, lightly edited.

* lisp/progmodes/compile.el (compilation--start-time): New variable.
(compilation-start): Set it.
(compilation-handle-exit): Display duration.
lisp/progmodes/compile.el