From: Stefan Monnier Date: Tue, 6 Sep 2022 21:20:16 +0000 (-0400) Subject: * etc/NEWS.28: Mention `make-closure` X-Git-Tag: emacs-29.0.90~1856^2~690 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=be342f73bd8680a8113a41954ae303388a18a1f7;p=emacs.git * etc/NEWS.28: Mention `make-closure` --- diff --git a/etc/NEWS.28 b/etc/NEWS.28 index 01e8ac112f9..5b7d054fd3f 100644 --- a/etc/NEWS.28 +++ b/etc/NEWS.28 @@ -3605,6 +3605,13 @@ pairs. ** New function 'mail-header-parse-address-lax'. Parse a string as a mail address-like string. +** New function 'make-closure'. +This function is used internally by the byte-compiler: calls to it are +inserted into the generated bytecode to handle closures more +efficiently than the old code which relied on +'make-byte-code' instead. +It also makes the disassembly more readable. + ** New function 'make-separator-line'. Make a string appropriate for usage as a visual separator line.