emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/s/darwin.h


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/s/darwin.h
Date: Fri, 26 Nov 2004 18:51:49 -0500

Index: emacs/src/s/darwin.h
diff -c emacs/src/s/darwin.h:1.16 emacs/src/s/darwin.h:1.17
*** emacs/src/s/darwin.h:1.16   Thu Sep  2 17:02:11 2004
--- emacs/src/s/darwin.h        Fri Nov 26 23:35:50 2004
***************
*** 314,319 ****
--- 314,323 ----
  #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.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]