]> git.eshelyaron.com Git - emacs.git/commitdiff
(BROKEN_SIGIO): Turn off the #undef.
authorRichard M. Stallman <rms@gnu.org>
Tue, 5 Nov 2002 05:19:58 +0000 (05:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 5 Nov 2002 05:19:58 +0000 (05:19 +0000)
src/ChangeLog
src/s/sol2-5.h

index 565b5e4f01359d2b6b9b0aae71773dba052fd553..835dbb584dc0b2cbc72e641aa09e67c81a94584b 100644 (file)
@@ -1,3 +1,13 @@
+2002-11-05  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <jpw@shootybangbang.com>
 
        * lread.c (Feval_buffer): Doc fix.
index 6e2a1b7736776d4a9c7ee3cf4968c687c045f83e..896011ce33cbe227cb85ca85ac341022a7a896f5 100644 (file)
@@ -2,7 +2,9 @@
 
 #include "sol2-4.h"
 
+#if 0 /* Klaus Zeitler <kzeitler@lucent.com> 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