aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2004-11-26 23:35:51 +0000
committerStefan Monnier2004-11-26 23:35:51 +0000
commit7a262394fb08b1b2d59285b01b93ccb18f256ee8 (patch)
tree4f76268c6a4d83f8b7edb1a9f18d5c8afe3d10ca /src
parentb9bc92b4d712299009683dca7284734a0a42162a (diff)
downloademacs-7a262394fb08b1b2d59285b01b93ccb18f256ee8.tar.gz
emacs-7a262394fb08b1b2d59285b01b93ccb18f256ee8.zip
(POSIX_SIGNALS): Undo the removal of 2002-08-25,
which was not mentioned in the log.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/s/darwin.h4
2 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b09c628aa8c..32d8a64d43f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * s/darwin.h (POSIX_SIGNALS): Undo the removal of 2002-08-25,
4 which was not mentioned in the log.
5
12004-11-26 Kim F. Storm <storm@cua.dk> 62004-11-26 Kim F. Storm <storm@cua.dk>
2 7
3 * fringe.c (update_window_fringes): Prefer truncation bitmaps over 8 * fringe.c (update_window_fringes): Prefer truncation bitmaps over
diff --git a/src/s/darwin.h b/src/s/darwin.h
index f854ed9380b..dd49426d7c3 100644
--- a/src/s/darwin.h
+++ b/src/s/darwin.h
@@ -314,6 +314,10 @@ struct kboard;
314#define free unexec_free 314#define free unexec_free
315#endif 315#endif
316 316
317/* This makes create_process in process.c save and restore signal
318 handlers correctly. Suggested by Nozomu Ando.*/
319#define POSIX_SIGNALS
320
317/* Reroute calls to SELECT to the version defined in mac.c to fix the 321/* Reroute calls to SELECT to the version defined in mac.c to fix the
318 problem of Emacs requiring an extra return to be typed to start 322 problem of Emacs requiring an extra return to be typed to start
319 working when started from the command line. */ 323 working when started from the command line. */