From f03f7d3dc0ff04153e6d6b3c0bc8e16cb8225e95 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Wed, 20 Nov 2013 14:03:43 +0100 Subject: [PATCH] * nsterm.m (init, run, stop:): Comment out for now, does not work with dialogs. --- src/ChangeLog | 5 +++++ src/nsterm.m | 2 ++ 2 files changed, 7 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 7b225d7f188..2b22e09461f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2013-11-20 Jan Djärv + + * nsterm.m (init, run, stop:): Comment out for now, does not work + with dialogs. + 2013-11-19 Paul Eggert * charset.c (syms_of_charset): Don't read past end of string. diff --git a/src/nsterm.m b/src/nsterm.m index 0e7667b6dc6..991be1f0396 100644 --- a/src/nsterm.m +++ b/src/nsterm.m @@ -4367,6 +4367,7 @@ ns_term_shutdown (int sig) @implementation EmacsApp +#if 0 #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_9 - (id)init { @@ -4406,6 +4407,7 @@ ns_term_shutdown (int sig) shouldKeepRunning = NO; } #endif +#endif - (void)logNotification: (NSNotification *)notification { -- 2.39.2