aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bf26c669ea1..4c92c329872 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -221,6 +221,9 @@ equivalent to setting `(eval-expression-)print-length' and
221`(eval-expression-)print-level' to nil. Additionally, it causes integers 221`(eval-expression-)print-level' to nil. Additionally, it causes integers
222to be printed in other formats (octal, hexadecimal, and character). 222to be printed in other formats (octal, hexadecimal, and character).
223 223
224*** New hook `eval-expression-minibuffer-setup-hook' run by
225`eval-expression' on entering the minibuffer.
226
224--- 227---
225** `write-region-inhibit-fsync' now defaults to t in batch mode. 228** `write-region-inhibit-fsync' now defaults to t in batch mode.
226 229