projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfc9e76
)
abort-redisplay: Add missing unbind_to in 'recenter'
author
Florian Rommel
<mail@florommel.de>
Sun, 3 Jul 2022 15:04:32 +0000
(17:04 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 3 Jul 2022 16:07:28 +0000
(19:07 +0300)
* src/window.c (recenter): Add ubind_to before early return.
(Bug#56369)
src/window.c
patch
|
blob
|
history
diff --git
a/src/window.c
b/src/window.c
index ad03a02758e5ccf209fffaadee4b4d763b49e9a2..af463b90ce6ffc4198e7805d3eebccb87ad423a0 100644
(file)
--- a/
src/window.c
+++ b/
src/window.c
@@
-6667,6
+6667,7
@@
and redisplay normally--don't erase and redraw the frame. */)
if (h <= 0)
{
bidi_unshelve_cache (itdata, false);
+ unbind_to (count, Qnil);
return Qnil;
}