# HG changeset patch # User Stefan Monnier # Date 1101512151 0 # Node ID 643823aaa8dffe81c63adf217d8a46dbb0582de1 # Parent 4082917690ccf12afd12d66e0bd61ca01081921a (POSIX_SIGNALS): Undo the removal of 2002-08-25, which was not mentioned in the log. diff -r 4082917690cc -r 643823aaa8df src/ChangeLog --- a/src/ChangeLog Fri Nov 26 23:31:27 2004 +0000 +++ b/src/ChangeLog Fri Nov 26 23:35:51 2004 +0000 @@ -1,3 +1,8 @@ +2004-11-26 Stefan Monnier + + * s/darwin.h (POSIX_SIGNALS): Undo the removal of 2002-08-25, + which was not mentioned in the log. + 2004-11-26 Kim F. Storm * fringe.c (update_window_fringes): Prefer truncation bitmaps over diff -r 4082917690cc -r 643823aaa8df src/s/darwin.h --- a/src/s/darwin.h Fri Nov 26 23:31:27 2004 +0000 +++ b/src/s/darwin.h Fri Nov 26 23:35:51 2004 +0000 @@ -314,6 +314,10 @@ #define free unexec_free #endif +/* This makes create_process in process.c save and restore signal + handlers correctly. Suggested by Nozomu Ando.*/ +#define POSIX_SIGNALS + /* Reroute calls to SELECT to the version defined in mac.c to fix the problem of Emacs requiring an extra return to be typed to start working when started from the command line. */