]> git.eshelyaron.com Git - emacs.git/commitdiff
2002-08-25 Andrew Choi <akochoi@shaw.ca>
authorAndrew Choi <akochoi@shaw.ca>
Sun, 25 Aug 2002 17:43:29 +0000 (17:43 +0000)
committerAndrew Choi <akochoi@shaw.ca>
Sun, 25 Aug 2002 17:43:29 +0000 (17:43 +0000)
* s/darwin.h (DONT_REOPEN_PTY): #def it.

src/ChangeLog
src/s/darwin.h

index a6e41b4bc753b8f6799663f40f945dbece20a7e7..1f6f1134f63c7c1853c520343122868943a4b16e 100644 (file)
@@ -6,7 +6,8 @@
        * s/darwin.h (select): Define select to sys_select only if
        HAVE_CARBON is defined.
        (HAVE_WORKING_VFORK): #undef it.  Define vfork to fork.
-
+       (DONT_REOPEN_PTY): #def it.
+       
        * macterm.c (XTread_socket): Remove code to call
        SendEventToEventTarget for keys with command modifiers when
        mac_command_key_is_meta is nil.
index 6fd4b94dde0d9f914117fdc5022f0b9040333b97..7f5191a26d87131dee8f9ed928a0198d13a8994f 100644 (file)
@@ -302,6 +302,7 @@ struct kboard;
    does not exist.  */
 #undef HAVE_WORKING_VFORK
 #define vfork fork
+#define DONT_REOPEN_PTY
 
 #ifdef temacs
 #define malloc unexec_malloc