comparison 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
comparison
equal deleted inserted replaced
4336:cdc2f70d4319 4337:c32e4dca0296
1 2007-12-18 Aidan Kehoe <kehoea@parhasard.net>
2
3 * symbols.c (Fspecial_form_p):
4 Following commentary from Jerry James, don't error if not passed a
5 subr.
6
7 Flesh out the docstring; give details of what a subr is, what a
8 special form is, and why one should probably not write special
9 forms oneself.
10
1 2007-12-18 Aidan Kehoe <kehoea@parhasard.net> 11 2007-12-18 Aidan Kehoe <kehoea@parhasard.net>
2 12
3 * symbols.c (Fspecial_form_p): New. 13 * symbols.c (Fspecial_form_p): New.
4 For the use of advice.el, and perhaps other files; is SUBR a 14 For the use of advice.el, and perhaps other files; is SUBR a
5 special form? 15 special form?