From: Stefan Kangas Date: Mon, 6 Sep 2021 06:47:10 +0000 (+0200) Subject: ; * etc/NEWS: Restore entry that had been inadvertently deleted. X-Git-Tag: emacs-28.0.90~1150^2~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bd4a2fc385e33d27831917b8901afcddc4a8b3df;p=emacs.git ; * etc/NEWS: Restore entry that had been inadvertently deleted. --- diff --git a/etc/NEWS b/etc/NEWS index 9b7cc8f33be..2d15ada4384 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -3286,6 +3286,10 @@ It is written as '(:success BODY...)' where BODY is executed whenever the protected form terminates without error, with the specified variable bound to the the value of the protected form. +** New function 'benchmark-call' to measure the execution time of a function. +Additionally, the number of repetitions can be expressed as a minimal duration +in seconds. + +++ ** A function can now be thrown to the 'exit' label in addition to t or nil. The command loop will call it with zero arguments before returning.