]> git.eshelyaron.com Git - emacs.git/commitdiff
(POSIX_SIGNALS): Undo the removal of 2002-08-25,
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 26 Nov 2004 23:35:51 +0000 (23:35 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 26 Nov 2004 23:35:51 +0000 (23:35 +0000)
which was not mentioned in the log.

src/ChangeLog
src/s/darwin.h

index b09c628aa8ce837b0d3bd04d32003eea53ba48de..32d8a64d43f8daba7ef0fa810b799c393af1a1ae 100644 (file)
@@ -1,3 +1,8 @@
+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
index f854ed9380b386e77300035e66e4dc46b1477f37..dd49426d7c30d6cd9f9b57540e3639b750351d49 100644 (file)
@@ -314,6 +314,10 @@ struct kboard;
 #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.  */