comparison lisp/ChangeLog @ 5318:203dcac81dae

Provide some milquetoast compatibility in our errors, type-error, program-error 2010-12-30 Aidan Kehoe <kehoea@parhasard.net> * cl.el: Provde the Common Lisp program-error, type-error as error symbols. This doesn't nearly go far enough for anyone using the Common Lisp errors.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 30 Dec 2010 00:15:37 +0000
parents 8aa511adfad6
children ed5d4f081fa9
comparison
equal deleted inserted replaced
5317:8aa511adfad6 5318:203dcac81dae
1 2010-12-30 Aidan Kehoe <kehoea@parhasard.net>
2
3 * cl.el:
4 Provde the Common Lisp program-error, type-error as error
5 symbols. This doesn't nearly go far enough for anyone using the
6 Common Lisp errors.
7
1 2010-12-29 Aidan Kehoe <kehoea@parhasard.net> 8 2010-12-29 Aidan Kehoe <kehoea@parhasard.net>
2 9
3 * cl-macs.el (delete-duplicates): 10 * cl-macs.el (delete-duplicates):
4 If the form has an incorrect number of arguments, don't attempt a 11 If the form has an incorrect number of arguments, don't attempt a
5 compiler macroexpansion. 12 compiler macroexpansion.