diff options
| author | Andrew Choi | 2002-08-25 17:43:29 +0000 |
|---|---|---|
| committer | Andrew Choi | 2002-08-25 17:43:29 +0000 |
| commit | 5cb724f0672f9a3ca0e962dae13e220a4ae3c3c1 (patch) | |
| tree | 148828ddec2b5b5fbb84d6b4ef6c4f3ffe76b57c /src | |
| parent | a6311b2f6e785e8cb79c492a242c9c12d0a84554 (diff) | |
| download | emacs-5cb724f0672f9a3ca0e962dae13e220a4ae3c3c1.tar.gz emacs-5cb724f0672f9a3ca0e962dae13e220a4ae3c3c1.zip | |
2002-08-25 Andrew Choi <akochoi@shaw.ca>
* s/darwin.h (DONT_REOPEN_PTY): #def it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 | ||||
| -rw-r--r-- | src/s/darwin.h | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a6e41b4bc75..1f6f1134f63 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -6,7 +6,8 @@ | |||
| 6 | * s/darwin.h (select): Define select to sys_select only if | 6 | * s/darwin.h (select): Define select to sys_select only if |
| 7 | HAVE_CARBON is defined. | 7 | HAVE_CARBON is defined. |
| 8 | (HAVE_WORKING_VFORK): #undef it. Define vfork to fork. | 8 | (HAVE_WORKING_VFORK): #undef it. Define vfork to fork. |
| 9 | 9 | (DONT_REOPEN_PTY): #def it. | |
| 10 | |||
| 10 | * macterm.c (XTread_socket): Remove code to call | 11 | * macterm.c (XTread_socket): Remove code to call |
| 11 | SendEventToEventTarget for keys with command modifiers when | 12 | SendEventToEventTarget for keys with command modifiers when |
| 12 | mac_command_key_is_meta is nil. | 13 | mac_command_key_is_meta is nil. |
diff --git a/src/s/darwin.h b/src/s/darwin.h index 6fd4b94dde0..7f5191a26d8 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h | |||
| @@ -302,6 +302,7 @@ struct kboard; | |||
| 302 | does not exist. */ | 302 | does not exist. */ |
| 303 | #undef HAVE_WORKING_VFORK | 303 | #undef HAVE_WORKING_VFORK |
| 304 | #define vfork fork | 304 | #define vfork fork |
| 305 | #define DONT_REOPEN_PTY | ||
| 305 | 306 | ||
| 306 | #ifdef temacs | 307 | #ifdef temacs |
| 307 | #define malloc unexec_malloc | 308 | #define malloc unexec_malloc |