]> git.eshelyaron.com Git - emacs.git/commit
abort-redisplay: Add missing unbind_to in 'recenter'
authorFlorian Rommel <mail@florommel.de>
Sun, 3 Jul 2022 15:04:32 +0000 (17:04 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 3 Jul 2022 16:07:28 +0000 (19:07 +0300)
commit676d38cfc34a001d0eebbb512468bafb3ba292cf
treee33adb48b89da3e60358b36126d2f1c870311be6
parentbfc9e7669688b3439cfdd2d5972065b95eae812f
abort-redisplay: Add missing unbind_to in 'recenter'

* src/window.c (recenter): Add ubind_to before early return.
(Bug#56369)
src/window.c