21 Jul 2012 14:10
/srv/bzr/emacs/trunk r109178: * nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA.
Jan D. <jan.h.d <at> swipnet.se>
2012-07-21 12:10:49 GMT
2012-07-21 12:10:49 GMT
------------------------------------------------------------ revno: 109178 committer: Jan D. <jan.h.d <at> swipnet.se> branch nick: trunk timestamp: Sat 2012-07-21 14:10:49 +0200 message: * nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA. modified: src/ChangeLog src/nsterm.m
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2012-07-21 11:34:19 +0000
+++ b/src/ChangeLog 2012-07-21 12:10:49 +0000
<at> <at> -2,6 +2,7 <at> <at>
* 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 <at> gnu.org>
=== modified file 'src/nsterm.m'
--- a/src/nsterm.m 2012-07-21 11:34:19 +0000
+++ b/src/nsterm.m 2012-07-21 12:10:49 +0000
<at> <at> -6038,6 +6038,7 <at> <at>
<at> implementation EmacsWindow
+#ifdef NS_IMPL_COCOA
- (id)accessibilityAttributeValue:(NSString *)attribute
{
Lisp_Object str = Qnil;
<at> <at> -6092,6 +6093,7 <at> <at>
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. */
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2012-07-21 11:34:19 +0000
+++ b/src/ChangeLog 2012-07-21 12:10:49 +0000
<at> <at> -2,6 +2,7 <at> <at>
* 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 <at> gnu.org>
=== modified file 'src/nsterm.m'
--- a/src/nsterm.m 2012-07-21 11:34:19 +0000
+++ b/src/nsterm.m 2012-07-21 12:10:49 +0000
<at> <at> -6038,6 +6038,7 <at> <at>
<at> implementation EmacsWindow
+#ifdef NS_IMPL_COCOA
- (id)accessibilityAttributeValue:(NSString *)attribute
{
Lisp_Object str = Qnil;
<at> <at> -6092,6 +6093,7 <at> <at>
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. */
RSS Feed