diff --git a/patches/0004-ns-add-interactive-span-elements-for-Tab-navigation.patch b/patches/0004-ns-add-interactive-span-elements-for-Tab-navigation.patch index 8fd4485..29f97fd 100644 --- a/patches/0004-ns-add-interactive-span-elements-for-Tab-navigation.patch +++ b/patches/0004-ns-add-interactive-span-elements-for-Tab-navigation.patch @@ -32,9 +32,8 @@ index 16343f978a..f5e5cea074 100644 + record_unwind_protect_void (unblock_input) so that the unwind + handler is never called without a matching block_input. */ specpdl_ref count = SPECPDL_INDEX (); -- record_unwind_protect_void (unblock_input); block_input (); -+ record_unwind_protect_void (unblock_input); + record_unwind_protect_void (unblock_input); /* Find the glyph row at this y coordinate. */ struct glyph_matrix *matrix = w->current_matrix;