aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Möllmann2024-12-19 13:42:23 +0100
committerGerd Möllmann2024-12-19 13:42:23 +0100
commitb156a69eec8af26991ede5c5bc2d7fbcd8dba134 (patch)
treeabe07a8612211f3ca0a7c0b45daa9b6b9089ee58
parenta8c83b496b3f98ad0be835d772a36f75c47d693e (diff)
downloademacs-b156a69eec8af26991ede5c5bc2d7fbcd8dba134.tar.gz
emacs-b156a69eec8af26991ede5c5bc2d7fbcd8dba134.zip
NEWS entry for the removal of `redisplay-dont-pause'
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c7d11a915e6..97d3d945b01 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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'.
923This function natively-compiles all Lisp files in a directory and in its 924This function natively-compiles all Lisp files in a directory and in its
924sub-directories, recursively, which were not already natively-compiled. 925sub-directories, recursively, which were not already natively-compiled.