which was not mentioned in the log.
+2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * 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 <storm@cua.dk>
* fringe.c (update_window_fringes): Prefer truncation bitmaps over
#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. */