]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS.28: Mention `make-closure`
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 6 Sep 2022 21:20:16 +0000 (17:20 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 6 Sep 2022 21:20:37 +0000 (17:20 -0400)
etc/NEWS.28

index 01e8ac112f9fb10d506684c2be40f75272b92070..5b7d054fd3f106130aae416e19da5e138d4ff2e6 100644 (file)
@@ -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.