Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 5316:9ac28212c75a
#'cl-safe-expr-p, forms that start with the symbol lambda are also safe.
2010-12-29 Aidan Kehoe <kehoea@parhasard.net>
* cl-macs.el (cl-safe-expr-p):
Forms that start with the symbol lambda are also safe.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 29 Dec 2010 23:53:48 +0000 |
parents | 596011a8bf8f |
children | 8aa511adfad6 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Dec 29 23:51:08 2010 +0000 +++ b/lisp/ChangeLog Wed Dec 29 23:53:48 2010 +0000 @@ -1,3 +1,8 @@ +2010-12-29 Aidan Kehoe <kehoea@parhasard.net> + + * cl-macs.el (cl-safe-expr-p): + Forms that start with the symbol lambda are also safe. + 2010-12-29 Aidan Kehoe <kehoea@parhasard.net> * cl-macs.el (= < > <= >=):