comparison lisp/ChangeLog @ 5242:f3eca926258e

Bit vectors are also sequences; enforce this in some CL functions. lisp/ChangeLog addition: 2010-07-24 Aidan Kehoe <kehoea@parhasard.net> * cl-extra.el (concatenate): * cl-seq.el (remove*, cl-delete-duplicates): Bit vectors are also sequences; enforce this in these functions. * cl-macs.el (concatenate): If TYPE is constant, don't inline #'concatenate, replace it by a call to the appropriate C functions.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 24 Jul 2010 17:38:35 +0100
parents 0f7d483cff5a
children 04811a268716
comparison
equal deleted inserted replaced
5241:d579d76f3dcc 5242:f3eca926258e
1 2010-07-24 Aidan Kehoe <kehoea@parhasard.net>
2
3 * cl-extra.el (concatenate):
4 * cl-seq.el (remove*, cl-delete-duplicates):
5 Bit vectors are also sequences; enforce this in these functions.
6 * cl-macs.el (concatenate):
7 If TYPE is constant, don't inline #'concatenate, replace it by a
8 call to the appropriate C functions.
9
1 2010-06-13 Stephen J. Turnbull <stephen@xemacs.org> 10 2010-06-13 Stephen J. Turnbull <stephen@xemacs.org>
2 11
3 * gnome.el: 12 * gnome.el:
4 * gtk-compose.el: 13 * gtk-compose.el:
5 * gtk-marshal.el: 14 * gtk-marshal.el: