]> git.eshelyaron.com Git - emacs.git/commitdiff
* nsterm.m (EmacsApp -application:openFiles:): GNUStep does not
authorChong Yidong <cyd@stupidchicken.com>
Fri, 1 Aug 2008 16:07:14 +0000 (16:07 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 1 Aug 2008 16:07:14 +0000 (16:07 +0000)
define NSApplicationDelegateReplySuccess.
(EmacsView -converstationIdentifier): Use long instead of
NSInteger for GNUStep, since it doesn't have NSInteger.

src/ChangeLog

index a1c067ed2c6ba6c9b76c5aa5bdb1e0ca318b0979..d6dc5bff8e751e8ff7e25199f94f426b1f7e71db 100644 (file)
@@ -1,5 +1,11 @@
 2008-08-01  Chong Yidong  <cyd@stupidchicken.com>
 
+
+       * nsterm.m (EmacsApp -application:openFiles:): GNUStep does not
+       define NSApplicationDelegateReplySuccess.
+       (EmacsView -converstationIdentifier): Use long instead of
+       NSInteger for GNUStep, since it doesn't have NSInteger.
+
        * xmenu.c: Revert last change.
 
        * keyboard.h: Fix last change.