Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 5342:174aed57a32a
Require that NAME be an unquoted symbol, #'block, #'return-from
2011-01-22 Aidan Kehoe <kehoea@parhasard.net>
* cl-macs.el (block, return-from): Require that NAME be a symbol
in these macros, as always documented in the #'block docstring and
as required by Common Lisp.
* descr-text.el (unidata-initialize-unihan-database):
Correct the use of non-symbols in #'block and #'return-from in
this function.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 22 Jan 2011 17:20:19 +0000 |
parents | ba62563ec7c7 |
children | 2a54dfbe434f |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Jan 15 17:24:06 2011 +0000 +++ b/lisp/ChangeLog Sat Jan 22 17:20:19 2011 +0000 @@ -1,3 +1,12 @@ +2011-01-22 Aidan Kehoe <kehoea@parhasard.net> + + * cl-macs.el (block, return-from): Require that NAME be a symbol + in these macros, as always documented in the #'block docstring and + as required by Common Lisp. + * descr-text.el (unidata-initialize-unihan-database): + Correct the use of non-symbols in #'block and #'return-from in + this function. + 2011-01-15 Aidan Kehoe <kehoea@parhasard.net> * cl-extra.el (concatenate): Accept more complicated TYPEs in this