From 2dc23e64df00173d9c50b5d905134fb2352e32a1 Mon Sep 17 00:00:00 2001 From: Daneel Date: Tue, 3 Mar 2026 13:26:49 +0100 Subject: [PATCH] patches: revert block_input fix in 0001 (0008 does this correctly) 0008 was already fixing the block_input/record_unwind_protect_void ordering with a detailed comment. My earlier change to 0001 broke 0008's context match. Let the series fix it in the right place. --- ...1-ns-add-accessibility-base-classes-and-text-extractio.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/0001-ns-add-accessibility-base-classes-and-text-extractio.patch b/patches/0001-ns-add-accessibility-base-classes-and-text-extractio.patch index 58f38d3..969f83e 100644 --- a/patches/0001-ns-add-accessibility-base-classes-and-text-extractio.patch +++ b/patches/0001-ns-add-accessibility-base-classes-and-text-extractio.patch @@ -249,8 +249,8 @@ index 88c9251c18..9d36de66f9 100644 + + specpdl_ref count = SPECPDL_INDEX (); + record_unwind_current_buffer (); -+ block_input (); + record_unwind_protect_void (unblock_input); ++ block_input (); + if (b != current_buffer) + set_buffer_internal_1 (b); +