diff options
| author | Richard M. Stallman | 2002-11-05 05:19:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-11-05 05:19:58 +0000 |
| commit | 44248360429f17451a682548e8c438abc0724253 (patch) | |
| tree | 590d358b759a91010f6266bf7573e2148f93d7ff /src/ChangeLog | |
| parent | 079e479f8076b1cd1492feb18178dc04163bb8d2 (diff) | |
| download | emacs-44248360429f17451a682548e8c438abc0724253.tar.gz emacs-44248360429f17451a682548e8c438abc0724253.zip | |
(BROKEN_SIGIO): Turn off the #undef.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 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 @@ | |||
| 1 | 2002-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 | |||
| 1 | 2002-11-04 John Paul Wallington <jpw@shootybangbang.com> | 11 | 2002-11-04 John Paul Wallington <jpw@shootybangbang.com> |
| 2 | 12 | ||
| 3 | * lread.c (Feval_buffer): Doc fix. | 13 | * lread.c (Feval_buffer): Doc fix. |