aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2002-11-05 05:19:58 +0000
committerRichard M. Stallman2002-11-05 05:19:58 +0000
commit44248360429f17451a682548e8c438abc0724253 (patch)
tree590d358b759a91010f6266bf7573e2148f93d7ff /src
parent079e479f8076b1cd1492feb18178dc04163bb8d2 (diff)
downloademacs-44248360429f17451a682548e8c438abc0724253.tar.gz
emacs-44248360429f17451a682548e8c438abc0724253.zip
(BROKEN_SIGIO): Turn off the #undef.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog10
-rw-r--r--src/s/sol2-5.h2
2 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 565b5e4f013..835dbb584dc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12002-11-05 Richard M. Stallman <rms@gnu.org>
2
3 * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
4
5 * callint.c (Fcall_interactively): New local filter_specs.
6 (Fcall_interactively): Check for progn as well as let.
7 Add a gcpro.
8 (Qprogn): New variable.
9 (syms_of_callint): Staticpro and init Qprogn.
10
12002-11-04 John Paul Wallington <jpw@shootybangbang.com> 112002-11-04 John Paul Wallington <jpw@shootybangbang.com>
2 12
3 * lread.c (Feval_buffer): Doc fix. 13 * lread.c (Feval_buffer): Doc fix.
diff --git a/src/s/sol2-5.h b/src/s/sol2-5.h
index 6e2a1b77367..896011ce33c 100644
--- a/src/s/sol2-5.h
+++ b/src/s/sol2-5.h
@@ -2,7 +2,9 @@
2 2
3#include "sol2-4.h" 3#include "sol2-4.h"
4 4
5#if 0 /* Klaus Zeitler <kzeitler@lucent.com> says SIGIO still fails. */
5#undef BROKEN_SIGIO 6#undef BROKEN_SIGIO
7#endif
6 8
7/* -lgen is needed for the regex and regcmp functions 9/* -lgen is needed for the regex and regcmp functions
8 which are used by Motif. In the future we can try changing 10 which are used by Motif. In the future we can try changing