comparison lisp/ChangeLog @ 5329:7b391d07b334

Tweak a few compiler macros for functions in cl-seq.el. lisp/ChangeLog addition: 2011-01-02 Aidan Kehoe <kehoea@parhasard.net> * cl-macs.el (define-star-compiler-macros): Make sure the form has ITEM and LIST specified before attempting to change to calls with explicit tests; necessary for some tests in lisp-tests.el to compile correctly. (stable-union, stable-intersection): Add compiler macros for these functions, in the same way we do for most of the other functions in cl-seq.el. tests/ChangeLog addition: 2011-01-02 Aidan Kehoe <kehoea@parhasard.net> * automated/lisp-tests.el (test-fun): Test member*, assoc*, rassoc*, delete* here too.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 02 Jan 2011 16:18:26 +0000
parents dae3d95cf319
children fbafdc1bb4d2
comparison
equal deleted inserted replaced
5328:dae3d95cf319 5329:7b391d07b334
1 2011-01-02 Aidan Kehoe <kehoea@parhasard.net>
2
3 * cl-macs.el (define-star-compiler-macros):
4 Make sure the form has ITEM and LIST specified before attempting
5 to change to calls with explicit tests; necessary for some tests
6 in lisp-tests.el to compile correctly.
7 (stable-union, stable-intersection): Add compiler macros for these
8 functions, in the same way we do for most of the other functions
9 in cl-seq.el.
10
1 2011-01-01 Aidan Kehoe <kehoea@parhasard.net> 11 2011-01-01 Aidan Kehoe <kehoea@parhasard.net>
2 12
3 * cl-macs.el (dolist, dotimes, do-symbols, macrolet) 13 * cl-macs.el (dolist, dotimes, do-symbols, macrolet)
4 (symbol-macrolet): 14 (symbol-macrolet):
5 Define these macros with defmacro* instead of parsing the argument 15 Define these macros with defmacro* instead of parsing the argument