]> git.eshelyaron.com Git - emacs.git/commitdiff
* nsterm.m (init, run, stop:): Comment out for now, does not work with dialogs.
authorJan Djärv <jan.h.d@swipnet.se>
Wed, 20 Nov 2013 13:03:43 +0000 (14:03 +0100)
committerJan Djärv <jan.h.d@swipnet.se>
Wed, 20 Nov 2013 13:03:43 +0000 (14:03 +0100)
src/ChangeLog
src/nsterm.m

index 7b225d7f188b90bebfa38a71d6aa394fd724b7f8..2b22e09461fedd4063b905072e5612f02d2a3bf5 100644 (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.
index 0e7667b6dc653c5b1083ac5d217bee2b76c9b82e..991be1f03968b150761dc37d54446b96b4836efe 100644 (file)
@@ -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
 {