aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 565b5e4f01..835dbb584d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
+2002-11-05 Richard M. Stallman <[email protected]>
+
+ * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
+
+ * callint.c (Fcall_interactively): New local filter_specs.
+ (Fcall_interactively): Check for progn as well as let.
+ Add a gcpro.
+ (Qprogn): New variable.
+ (syms_of_callint): Staticpro and init Qprogn.
+
2002-11-04 John Paul Wallington <[email protected]>
* lread.c (Feval_buffer): Doc fix.
diff --git a/src/s/sol2-5.h b/src/s/sol2-5.h
index 6e2a1b7736..896011ce33 100644
--- a/src/s/sol2-5.h
+++ b/src/s/sol2-5.h
@@ -2,7 +2,9 @@
#include "sol2-4.h"
+#if 0 /* Klaus Zeitler <[email protected]> says SIGIO still fails. */
#undef BROKEN_SIGIO
+#endif
/* -lgen is needed for the regex and regcmp functions
which are used by Motif. In the future we can try changing