emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 676d38cfc3: abort-redisplay: Add missing unbind_to in 'recenter'


From: Eli Zaretskii
Subject: master 676d38cfc3: abort-redisplay: Add missing unbind_to in 'recenter'
Date: Sun, 3 Jul 2022 12:08:13 -0400 (EDT)

branch: master
commit 676d38cfc34a001d0eebbb512468bafb3ba292cf
Author: Florian Rommel <mail@florommel.de>
Commit: Eli Zaretskii <eliz@gnu.org>

    abort-redisplay: Add missing unbind_to in 'recenter'
    
    * src/window.c (recenter): Add ubind_to before early return.
    (Bug#56369)
---
 src/window.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/window.c b/src/window.c
index ad03a02758..af463b90ce 100644
--- 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;
            }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]