aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e697db7e888..71e5d9cd8be 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -500,6 +500,13 @@ prompts for a number to count from and for a format string.
500directory is a remote file name and neither environment variable 500directory is a remote file name and neither environment variable
501$ESHELL nor variable `explicit-shell-file-name' is set. 501$ESHELL nor variable `explicit-shell-file-name' is set.
502 502
503+++
504** The default value of redisplay-dont-change is now t
505This makes Emacs feel more responsive to editing commands that arrive
506at high rate, e.g. if you lean on some key, because stopping redisplay
507in the middle (when this variable is nil) forces more expensive
508updates later on, and Emacs appears to be unable to keep up.
509
503 510
504* Changes in Specialized Modes and Packages in Emacs 24.1 511* Changes in Specialized Modes and Packages in Emacs 24.1
505 512