emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/nsterm.m,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/nsterm.m,v
Date: Fri, 01 Aug 2008 16:07:49 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/08/01 16:07:49

Index: nsterm.m
===================================================================
RCS file: /sources/emacs/emacs/src/nsterm.m,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- nsterm.m    1 Aug 2008 14:01:08 -0000       1.19
+++ nsterm.m    1 Aug 2008 16:07:49 -0000       1.20
@@ -4132,7 +4132,13 @@
   NSString *file;
   while ((file = [files nextObject]) != nil)
     [ns_pending_files addObject: file];
+
+#ifdef NS_IMPL_GNUSTEP
+  [self replyToOpenOrPrint: 0];
+#else
   [self replyToOpenOrPrint: NSApplicationDelegateReplySuccess];
+#endif /* NS_IMPL_GNUSTEP */
+
 }
 
 /* TODO: these may help w/IO switching btwn terminal and NSApp */
@@ -4639,10 +4645,17 @@
   return rect;
 }
 
+#ifdef NS_IMPL_GNUSTEP
+- (long)conversationIdentifier
+{
+  return (long)self;
+}
+#else
 - (NSInteger)conversationIdentifier
 {
   return (NSInteger)self;
 }
+#endif
 
 /* TODO: below here not yet implemented correctly, but may not be needed */
 




reply via email to

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