[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-28 562c196099 4/4: ; * etc/NEWS: Backport fixes from master.
From: |
Stefan Kangas |
Subject: |
emacs-28 562c196099 4/4: ; * etc/NEWS: Backport fixes from master. |
Date: |
Fri, 16 Sep 2022 10:23:38 -0400 (EDT) |
branch: emacs-28
commit 562c19609971a809d3bb42f76d18ba7f3659d254
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>
; * etc/NEWS: Backport fixes from master.
Don't merge to master.
---
etc/NEWS | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/etc/NEWS b/etc/NEWS
index 15854be8fd..47e82a96e6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1686,7 +1686,7 @@ and variables.
*** Lisp mode now uses 'common-lisp-indent-function'.
To revert to the previous behavior,
-'(setq lisp-indent-function 'lisp-indent-function)' from 'lisp-mode-hook'.
+'(setq lisp-indent-function #'lisp-indent-function)' from 'lisp-mode-hook'.
** Change Logs and VC
@@ -2835,7 +2835,7 @@ different timezone causing a difference in the date.
*** 'mspools-show' is now autoloaded.
-*** Loading dunnet.el in batch mode doesn't start the game any more.
+*** Loading 'dunnet' in batch mode doesn't start the game any more.
Instead you need to do "emacs --batch -f dunnet" to start the game in
batch mode.
@@ -3615,6 +3615,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.