diff options
| author | Gerd Möllmann | 2024-12-19 13:42:23 +0100 |
|---|---|---|
| committer | Gerd Möllmann | 2024-12-19 13:42:23 +0100 |
| commit | b156a69eec8af26991ede5c5bc2d7fbcd8dba134 (patch) | |
| tree | abe07a8612211f3ca0a7c0b45daa9b6b9089ee58 | |
| parent | a8c83b496b3f98ad0be835d772a36f75c47d693e (diff) | |
| download | emacs-b156a69eec8af26991ede5c5bc2d7fbcd8dba134.tar.gz emacs-b156a69eec8af26991ede5c5bc2d7fbcd8dba134.zip | |
NEWS entry for the removal of `redisplay-dont-pause'
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -919,6 +919,7 @@ restore the old behavior, you can set 'eshell-pwd-convert-function' to | |||
| 919 | * Lisp Changes in Emacs 31.1 | 919 | * Lisp Changes in Emacs 31.1 |
| 920 | 920 | ||
| 921 | --- | 921 | --- |
| 922 | ** The obsolete variable `redisplay-dont-pause' has been removed | ||
| 922 | ** New function 'native-compile-directory'. | 923 | ** New function 'native-compile-directory'. |
| 923 | This function natively-compiles all Lisp files in a directory and in its | 924 | This function natively-compiles all Lisp files in a directory and in its |
| 924 | sub-directories, recursively, which were not already natively-compiled. | 925 | sub-directories, recursively, which were not already natively-compiled. |