Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 4336:cdc2f70d4319
Provide #'special-form-p, for the use of advice.el, perhaps other files.
2007-12-18 Aidan Kehoe <kehoea@parhasard.net>
* symbols.c (Fspecial_form_p): New.
For the use of advice.el, and perhaps other files; is SUBR a
special form?
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 18 Dec 2007 21:47:27 +0100 |
parents | d9eb5ea14f65 |
children | c32e4dca0296 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Dec 18 21:28:12 2007 +0100 +++ b/src/ChangeLog Tue Dec 18 21:47:27 2007 +0100 @@ -1,3 +1,9 @@ +2007-12-18 Aidan Kehoe <kehoea@parhasard.net> + + * symbols.c (Fspecial_form_p): New. + For the use of advice.el, and perhaps other files; is SUBR a + special form? + 2007-12-17 Aidan Kehoe <kehoea@parhasard.net> * doprnt.c (emacs_doprnt_1):