Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Dec 29 23:56:57 2010 +0000 +++ b/lisp/ChangeLog Thu Dec 30 00:15:37 2010 +0000 @@ -1,3 +1,10 @@ +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. + 2010-12-29 Aidan Kehoe <kehoea@parhasard.net> * cl-macs.el (delete-duplicates):