aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2011-09-24 17:38:16 +0300
committerEli Zaretskii2011-09-24 17:38:16 +0300
commit6bf7006fa2efdb9d74451336335c1eeb833ddfb1 (patch)
treec02af6a8128f8f5eb3e39a05b0ed8ddbbcbc91cb /etc
parent2ac2721a7f792e5a85588dc402fe9670225be6e6 (diff)
downloademacs-6bf7006fa2efdb9d74451336335c1eeb833ddfb1.tar.gz
emacs-6bf7006fa2efdb9d74451336335c1eeb833ddfb1.zip
Change the default value of redisplay-dont-pause to t.
src/dispnew.c (syms_of_display) <redisplay-dont-pause>: Default value is now t. Doc fix. doc/lispref/display.texi (Forcing Redisplay): Update the description of redisplay-dont-pause due to change in the default value. etc/NEWS: Mention the change of the default value.
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