* nsterm.m (accessibilityAttributeValue): New function. (Bug#11134).
(conversationIdentifier): Return value is NSInteger.
+ * nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA.
2012-07-21 Chong Yidong <cyd@gnu.org>
@implementation EmacsWindow
+#ifdef NS_IMPL_COCOA
- (id)accessibilityAttributeValue:(NSString *)attribute
{
Lisp_Object str = Qnil;
return [super accessibilityAttributeValue:attribute];
}
+#endif /* NS_IMPL_COCOA */
/* If we have multiple monitors, one above the other, we don't want to
restrict the height to just one monitor. So we override this. */