1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00

* nsterm.m (init, run, stop:): Comment out for now, does not work with dialogs.

This commit is contained in:
Jan Djärv 2013-11-20 14:03:43 +01:00
parent 1959436678
commit f03f7d3dc0
2 changed files with 7 additions and 0 deletions

View File

@ -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.

View File

@ -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
{