From 3c0a68cfb976cd4182b007d89cbb774a5685e128 Mon Sep 17 00:00:00 2001 From: Daneel Date: Thu, 26 Feb 2026 21:52:45 +0100 Subject: [PATCH] Fix patch: adjust subsequent hunk offsets after 2-line removal --- ...-implement-AXBoundsForRange-for-macOS-Zoom-cursor-.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/0001-ns-implement-AXBoundsForRange-for-macOS-Zoom-cursor-.patch b/patches/0001-ns-implement-AXBoundsForRange-for-macOS-Zoom-cursor-.patch index 8e51291..8cb7216 100644 --- a/patches/0001-ns-implement-AXBoundsForRange-for-macOS-Zoom-cursor-.patch +++ b/patches/0001-ns-implement-AXBoundsForRange-for-macOS-Zoom-cursor-.patch @@ -2076,7 +2076,7 @@ index 932d209..da40369 100644 - (void)keyDown: (NSEvent *)theEvent { -@@ -8237,6 +9838,28 @@ ns_in_echo_area (void) +@@ -8237,6 +9836,28 @@ ns_in_echo_area (void) XSETFRAME (event.frame_or_window, emacsframe); kbd_buffer_store_event (&event); ns_send_appdefined (-1); // Kick main loop @@ -2105,7 +2105,7 @@ index 932d209..da40369 100644 } -@@ -9474,6 +11097,298 @@ ns_in_echo_area (void) +@@ -9474,6 +11095,298 @@ ns_in_echo_area (void) return fs_state; } @@ -2404,7 +2404,7 @@ index 932d209..da40369 100644 @end /* EmacsView */ -@@ -9941,6 +11856,14 @@ nswindow_orderedIndex_sort (id w1, id w2, void *c) +@@ -9941,6 +11854,14 @@ nswindow_orderedIndex_sort (id w1, id w2, void *c) return [super accessibilityAttributeValue:attribute]; }