From be342f73bd8680a8113a41954ae303388a18a1f7 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 6 Sep 2022 17:20:16 -0400 Subject: [PATCH] * etc/NEWS.28: Mention `make-closure` --- etc/NEWS.28 | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.39.2