diff options
| author | Eli Zaretskii | 2022-08-13 13:40:00 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-08-13 13:40:00 +0300 |
| commit | 60f2a486e9d183c80e388d1fec7bab3754aaaebf (patch) | |
| tree | 700a86b5d189bd4e5e22067e287e10be4d742575 | |
| parent | f937a0f3f8b387cf8668e16c677860d5f707144f (diff) | |
| download | emacs-60f2a486e9d183c80e388d1fec7bab3754aaaebf.tar.gz emacs-60f2a486e9d183c80e388d1fec7bab3754aaaebf.zip | |
; * etc/NEWS: Minor fixes. (Bug#57169)
| -rw-r--r-- | etc/NEWS | 14 |
1 files changed, 6 insertions, 8 deletions
| @@ -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. |
| 1350 | To do this, set the new variable 'backtrace-on-redisplay-error' to a | 1350 | To do this, set the new variable 'backtrace-on-redisplay-error' to a |
| 1351 | non-nil value. The backtrace will be written to buffer | 1351 | non-nil value. The backtrace will be written to a special buffer |
| 1352 | *Redisplay-trace*. This buffer will not be automatically displayed in | 1352 | named "*Redisplay-trace*". This buffer will not be automatically |
| 1353 | a window. | 1353 | displayed 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 |
| 1755 | mode (instead of at load time). | 1755 | mode (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 | |||
| 2650 | now call 'symbol-file' with the new optional 3rd argument non-nil to | 2645 | now call 'symbol-file' with the new optional 3rd argument non-nil to |
| 2651 | request the name of the .eln file which defined a given symbol. | 2646 | request 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 | --- |