Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5340:9dd4559b9e9a | 5342:174aed57a32a |
---|---|
1 2011-01-22 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * cl-macs.el (block, return-from): Require that NAME be a symbol | |
4 in these macros, as always documented in the #'block docstring and | |
5 as required by Common Lisp. | |
6 * descr-text.el (unidata-initialize-unihan-database): | |
7 Correct the use of non-symbols in #'block and #'return-from in | |
8 this function. | |
9 | |
1 2011-01-15 Aidan Kehoe <kehoea@parhasard.net> | 10 2011-01-15 Aidan Kehoe <kehoea@parhasard.net> |
2 | 11 |
3 * cl-extra.el (concatenate): Accept more complicated TYPEs in this | 12 * cl-extra.el (concatenate): Accept more complicated TYPEs in this |
4 function, handing the sequences over to #'coerce if we don't | 13 function, handing the sequences over to #'coerce if we don't |
5 understand them here. | 14 understand them here. |