v15: add @synthesize for MRC ivar access (no underscore prefix)

This commit is contained in:
2026-02-26 12:56:23 +01:00
parent 0570ee6717
commit 046ea8cf7e

View File

@@ -321,6 +321,12 @@ index 932d209..dd134dd 100644
+
+
+@implementation EmacsAccessibilityBuffer
+@synthesize cachedText;
+@synthesize cachedTextModiff;
+@synthesize cachedTextStart;
+@synthesize cachedModiff;
+@synthesize cachedPoint;
+@synthesize cachedMarkActive;
+
+- (void)dealloc
+{