Fix patch: adjust subsequent hunk offsets after 2-line removal

This commit is contained in:
2026-02-26 21:52:45 +01:00
parent 9a08f01066
commit 3c0a68cfb9

View File

@@ -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];
}