aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2018-07-01 19:19:51 +0300
committerEli Zaretskii2018-07-01 19:19:51 +0300
commitfd5bf49139ab84f630b60c6714e0db2da34edff2 (patch)
tree5e6d69901c0e964498787a549c438331caedc1e2 /etc
parent260768a64be39aada03247d6057698df97bcb800 (diff)
downloademacs-fd5bf49139ab84f630b60c6714e0db2da34edff2.tar.gz
emacs-fd5bf49139ab84f630b60c6714e0db2da34edff2.zip
Fix last change
* src/w32console.c (Fset_screen_color): Call Frecenter with 2 arguments. (Bug#31325) * etc/NEWS: * doc/lispref/windows.texi (Textual Scrolling): Clarify the role of the second argument to 'recenter'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d5f1abb5feb..3f761e9210b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -690,9 +690,10 @@ manual for more details.
690* Lisp Changes in Emacs 27.1 690* Lisp Changes in Emacs 27.1
691 691
692+++ 692+++
693** The function 'recenter' accepts an additional optional argument. 693** The function 'recenter' now accepts an additional optional argument.
694If the optional second argument is nil, recenter will not redisplay 694By default, calling 'recenter' will not redraw the frame even if
695the frame regardless of the value of 'recenter-redisplay'. 695'recenter-redisplay' is non-nil. Call 'recenter' with the new second
696argument non-nil to force redisplay per 'recenter-redisplay's value.
696 697
697+++ 698+++
698** New functions 'major-mode-suspend' and 'major-mode-restore'. 699** New functions 'major-mode-suspend' and 'major-mode-restore'.