* nsterm.m (init, run, stop:): Comment out for now, does not work with dialogs.
This commit is contained in:
parent
1959436678
commit
f03f7d3dc0
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-11-20 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* nsterm.m (init, run, stop:): Comment out for now, does not work
|
||||
with dialogs.
|
||||
|
||||
2013-11-19 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* charset.c (syms_of_charset): Don't read past end of string.
|
||||
|
|
|
@ -4367,6 +4367,7 @@ Needs to be here because ns_initialize_display_info () uses AppKit classes.
|
|||
|
||||
@implementation EmacsApp
|
||||
|
||||
#if 0
|
||||
#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_9
|
||||
- (id)init
|
||||
{
|
||||
|
@ -4406,6 +4407,7 @@ - (void)stop: (id)sender
|
|||
shouldKeepRunning = NO;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
- (void)logNotification: (NSNotification *)notification
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue