]> git.eshelyaron.com Git - emacs.git/commit
Keep interactive uses of 'recenter' backward compatible (Bug#31325)
authorJohn Shahid <jvshahid@gmail.com>
Sun, 1 Jul 2018 18:48:24 +0000 (14:48 -0400)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Jul 2018 09:07:47 +0000 (12:07 +0300)
commitea2f96837d00f5475cd48fc7bf62c19d1045c055
tree616269023e3a2a19b92e1adfe6fdff14bbbb341c
parent42c0b8f3f27c8700f1f432649f2466aab9127061
Keep interactive uses of 'recenter' backward compatible (Bug#31325)

* window.c (Frecenter): Change the interactive spec to always pass
a non-nil value to the REDISPLAY argument when called interactively.
* window.el (recenter-top-bottom): Make sure 'recenter's second
argument is non-nil everywhere.
* windows.texi (Textual Scrolling): Update documentation of
'recenter'.
doc/lispref/windows.texi
lisp/window.el
src/window.c