Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5694:7f4c8574a590
No error from an incorrect number of arguments, recently-added compiler macros
lisp/ChangeLog addition:
2012-11-06 Aidan Kehoe <kehoea@parhasard.net>
* cl-macs.el (equal, member, assoc, rassoc):
Never error at compile time in these compiler macros because of an
incorrect number of arguments.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 06 Nov 2012 23:12:06 +0000 |
parents | be87f507f510 |
children | 9dc294ae3004 |
comparison
equal
deleted
inserted
replaced
5693:4d15e903800b | 5694:7f4c8574a590 |
---|---|
1 2012-11-06 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * cl-macs.el (equal, member, assoc, rassoc): | |
4 Never error at compile time in these compiler macros because of an | |
5 incorrect number of arguments. | |
6 | |
1 2012-10-14 Aidan Kehoe <kehoea@parhasard.net> | 7 2012-10-14 Aidan Kehoe <kehoea@parhasard.net> |
2 | 8 |
3 * help.el: | 9 * help.el: |
4 * help.el (describe-function-1): | 10 * help.el (describe-function-1): |
5 Add some newlines here when dealing with remapped commands, thank | 11 Add some newlines here when dealing with remapped commands, thank |