GNU bug report logs -
#33021
nsterm.m: missing two (2) closing parentheses ...
Previous Next
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
}
This bug report was last modified 5 years and 317 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.