]> git.eshelyaron.com Git - emacs.git/commit
Add a new argument to 'recenter' to allow finer control of redisplay
authorJohn Shahid <jvshahid@gmail.com>
Thu, 28 Jun 2018 13:13:45 +0000 (09:13 -0400)
committerEli Zaretskii <eliz@gnu.org>
Sun, 1 Jul 2018 16:05:37 +0000 (19:05 +0300)
commit260768a64be39aada03247d6057698df97bcb800
treef61ec4466fc4768a2b0c610a8fc1ac931a067746
parent7edc019651b3e16592d2d16616a7d4cecc285ae6
Add a new argument to 'recenter' to allow finer control of redisplay

* window.c (recenter): Add a new REDISPLAY argument to allow the
caller to control the redisplay behavior.  'recenter' will only
redisplay the frame if this new arg and 'recenter-redisplay' are
both non-nil.
(recenter-top-bottom): Pass an extra non-nil argument to
'recenter' to force a redisplay.  (Bug#31325)
doc/lispref/windows.texi
etc/NEWS
lisp/window.el
src/window.c