aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS14
1 files changed, 6 insertions, 8 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f876916bb6f..6ff8548921f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1348,9 +1348,9 @@ value there.
1348+++ 1348+++
1349*** You can now generate a backtrace from Lisp errors in redisplay. 1349*** You can now generate a backtrace from Lisp errors in redisplay.
1350To do this, set the new variable 'backtrace-on-redisplay-error' to a 1350To do this, set the new variable 'backtrace-on-redisplay-error' to a
1351non-nil value. The backtrace will be written to buffer 1351non-nil value. The backtrace will be written to a special buffer
1352*Redisplay-trace*. This buffer will not be automatically displayed in 1352named "*Redisplay-trace*". This buffer will not be automatically
1353a window. 1353displayed in a window.
1354 1354
1355** Compile 1355** Compile
1356 1356
@@ -1754,11 +1754,6 @@ The new ':doc-spec-function' element can be used to compute the
1754':doc-spec' element when the user asks for info on that particular 1754':doc-spec' element when the user asks for info on that particular
1755mode (instead of at load time). 1755mode (instead of at load time).
1756 1756
1757** Subr-x
1758
1759+++
1760*** New macro 'with-memoization' provides a very primitive form of memoization.
1761
1762** Ansi-color 1757** Ansi-color
1763 1758
1764--- 1759---
@@ -2650,6 +2645,9 @@ If Emacs was built with native-compilation enabled, Lisp programs can
2650now call 'symbol-file' with the new optional 3rd argument non-nil to 2645now call 'symbol-file' with the new optional 3rd argument non-nil to
2651request the name of the .eln file which defined a given symbol. 2646request the name of the .eln file which defined a given symbol.
2652 2647
2648+++
2649** New macro 'with-memoization' provides a very primitive form of memoization.
2650
2653** Themes 2651** Themes
2654 2652
2655--- 2653---