Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 4337:c32e4dca0296
#'special-form-p; don't error (thank you Jerry James); flesh out docstring.
2007-12-18 Aidan Kehoe <kehoea@parhasard.net>
* symbols.c (Fspecial_form_p):
Following commentary from Jerry James, don't error if not passed a
subr.
Flesh out the docstring; give details of what a subr is, what a
special form is, and why one should probably not write special
forms oneself.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 18 Dec 2007 23:00:01 +0100 |
parents | cdc2f70d4319 |
children | 89954a8cc73d |
line wrap: on
line diff
--- a/src/ChangeLog Tue Dec 18 21:47:27 2007 +0100 +++ b/src/ChangeLog Tue Dec 18 23:00:01 2007 +0100 @@ -1,3 +1,13 @@ +2007-12-18 Aidan Kehoe <kehoea@parhasard.net> + + * symbols.c (Fspecial_form_p): + Following commentary from Jerry James, don't error if not passed a + subr. + + Flesh out the docstring; give details of what a subr is, what a + special form is, and why one should probably not write special + forms oneself. + 2007-12-18 Aidan Kehoe <kehoea@parhasard.net> * symbols.c (Fspecial_form_p): New.