From 6fcb12fdcf455f3fdad5e7b66a27edc21961b372 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 1 Aug 2008 16:07:14 +0000 Subject: [PATCH] * 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. --- src/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index a1c067ed2c6..d6dc5bff8e7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2008-08-01 Chong Yidong + + * 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. -- 2.39.2