bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#33021: nsterm.m: missing two (2) closing parentheses ...


From: Keith David Bershatsky
Subject: bug#33021: nsterm.m: missing two (2) closing parentheses ...
Date: Thu, 11 Oct 2018 18:14:54 -0700

At the convenience of the Emacs team, please add two (2) closing parentheses to 
nsterm.m.  While it is possible to build Emacs, working on the functions is 
difficult because Emacs cannot narrow properly to a defun ....  Thanks.

      if ([child parentWindow] != nil)
        {
          [[child parentWindow] removeChildWindow:child];
#if defined (NS_IMPL_COCOA) && MAC_OS_X_VERSION_MAX_ALLOWED >= 101000
#if MAC_OS_X_VERSION_MIN_REQUIRED < 101000

/* *** HERE *** */

          if ([child respondsToSelector:@selector(setAccessibilitySubrole:)]
#endif
              [child 
setAccessibilitySubrole:NSAccessibilityStandardWindowSubrole];
#endif
        }

      if (!NILP (new_value))
        {
          parent = [FRAME_NS_VIEW (p) window];

          [parent addChildWindow: child
                         ordered: NSWindowAbove];
#if defined (NS_IMPL_COCOA) && MAC_OS_X_VERSION_MAX_ALLOWED >= 101000
#if MAC_OS_X_VERSION_MIN_REQUIRED < 101000

/* *** HERE *** */

          if ([child respondsToSelector:@selector(setAccessibilitySubrole:)]
#endif
              [child 
setAccessibilitySubrole:NSAccessibilityFloatingWindowSubrole];
#endif
        }





reply via email to

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