Mercurial > emacs
diff src/ChangeLog @ 48152:e24a284feb7a
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 05 Nov 2002 05:19:58 +0000 |
parents | 8f11dde95c66 |
children | 4b1d8ea79699 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Nov 05 05:18:27 2002 +0000 +++ b/src/ChangeLog Tue Nov 05 05:19:58 2002 +0000 @@ -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.