emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115161: * nsterm.m (init, run, stop:): Comment out


From: Jan D.
Subject: [Emacs-diffs] trunk r115161: * nsterm.m (init, run, stop:): Comment out for now, does not work with dialogs.
Date: Wed, 20 Nov 2013 13:05:20 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115161
revision-id: address@hidden
parent: address@hidden
committer: Jan Djärv <address@hidden>
branch nick: trunk
timestamp: Wed 2013-11-20 14:03:43 +0100
message:
  * nsterm.m (init, run, stop:): Comment out for now, does not work with 
dialogs.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/nsterm.m                   nsterm.m-20091113204419-o5vbwnq5f7feedwu-8747
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-11-19 08:57:22 +0000
+++ b/src/ChangeLog     2013-11-20 13:03:43 +0000
@@ -1,3 +1,8 @@
+2013-11-20  Jan Djärv  <address@hidden>
+
+       * nsterm.m (init, run, stop:): Comment out for now, does not work
+       with dialogs.
+
 2013-11-19  Paul Eggert  <address@hidden>
 
        * charset.c (syms_of_charset): Don't read past end of string.

=== modified file 'src/nsterm.m'
--- a/src/nsterm.m      2013-11-06 04:11:04 +0000
+++ b/src/nsterm.m      2013-11-20 13:03:43 +0000
@@ -4367,6 +4367,7 @@
 
 @implementation EmacsApp
 
+#if 0
 #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_9
 - (id)init
 {
@@ -4406,6 +4407,7 @@
     shouldKeepRunning = NO;
 }
 #endif
+#endif
 
 - (void)logNotification: (NSNotification *)notification
 {


reply via email to

[Prev in Thread] Current Thread [Next in Thread]