comparison 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
comparison
equal deleted inserted replaced
5315:2a7b6ddb8063 5316:9ac28212c75a
1 2010-12-29 Aidan Kehoe <kehoea@parhasard.net>
2
3 * cl-macs.el (cl-safe-expr-p):
4 Forms that start with the symbol lambda are also safe.
5
1 2010-12-29 Aidan Kehoe <kehoea@parhasard.net> 6 2010-12-29 Aidan Kehoe <kehoea@parhasard.net>
2 7
3 * cl-macs.el (= < > <= >=): 8 * cl-macs.el (= < > <= >=):
4 For these functions' compiler macros, the optimisation is safe 9 For these functions' compiler macros, the optimisation is safe
5 even if the first and the last arguments have side effects, since 10 even if the first and the last arguments have side effects, since