diff options
| author | Eli Zaretskii | 2011-09-24 17:38:16 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-09-24 17:38:16 +0300 |
| commit | 6bf7006fa2efdb9d74451336335c1eeb833ddfb1 (patch) | |
| tree | c02af6a8128f8f5eb3e39a05b0ed8ddbbcbc91cb /doc/lispref/ChangeLog | |
| parent | 2ac2721a7f792e5a85588dc402fe9670225be6e6 (diff) | |
| download | emacs-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 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 0094e7c12a6..ed2f0a0d3f0 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-09-24 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * display.texi (Forcing Redisplay): Update the description of | ||
| 4 | redisplay-dont-pause due to change in the default value. | ||
| 5 | |||
| 1 | 2011-09-23 Martin Rudalics <rudalics@gmx.at> | 6 | 2011-09-23 Martin Rudalics <rudalics@gmx.at> |
| 2 | 7 | ||
| 3 | * frames.texi (Frames and Windows): Move section and rename to | 8 | * frames.texi (Frames and Windows): Move section and rename to |