emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109178: * nsterm.m (accessibilityAtt


From: Jan D.
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109178: * nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA.
Date: Sat, 21 Jul 2012 14:10:49 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109178
committer: Jan D. <address@hidden>
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
@@ -2,6 +2,7 @@
 
        * 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  <address@hidden>
 

=== 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
@@ -6038,6 +6038,7 @@
 
 @implementation EmacsWindow
 
+#ifdef NS_IMPL_COCOA
 - (id)accessibilityAttributeValue:(NSString *)attribute
 {
   Lisp_Object str = Qnil;
@@ -6092,6 +6093,7 @@
   
   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.  */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]