Mercurial > emacs
changeset 48152:e24a284feb7a
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 05 Nov 2002 05:19:58 +0000 |
parents | fd02c9c4a941 |
children | de911fba904d |
files | src/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
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.