comparison lisp/ChangeLog @ 5281:aa20a889ff14

Remove a couple of redundant functions, backquote.el 2010-10-10 Aidan Kehoe <kehoea@parhasard.net> * backquote.el (bq-vector-contents, bq-list*): Remove; the former is equivalent to (append VECTOR nil), the latter to (list* ...). (bq-process-2): Use (append VECTOR nil) instead of using #'bq-vector-contents to convert to a list. (bq-process-1): Now we use list* instead of bq-list * subr.el (list*): Moved from cl.el, since it is now required to be available the first time a backquoted form is encountered. * cl.el (list*): Move to subr.el.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 10 Oct 2010 12:13:32 +0100
parents ecdd1daab447
children dcc34e28cd84
comparison
equal deleted inserted replaced
5280:59a6419f7504 5281:aa20a889ff14
1 2010-10-10 Aidan Kehoe <kehoea@parhasard.net>
2
3 * backquote.el (bq-vector-contents, bq-list*): Remove; the former
4 is equivalent to (append VECTOR nil), the latter to (list* ...).
5 (bq-process-2): Use (append VECTOR nil) instead of using
6 #'bq-vector-contents to convert to a list.
7 (bq-process-1): Now we use list* instead of bq-list
8 * subr.el (list*): Moved from cl.el, since it is now required to
9 be available the first time a backquoted form is encountered.
10 * cl.el (list*): Move to subr.el.
11
1 2010-09-16 Aidan Kehoe <kehoea@parhasard.net> 12 2010-09-16 Aidan Kehoe <kehoea@parhasard.net>
2 13
3 * test-harness.el (Check-Message): 14 * test-harness.el (Check-Message):
4 Add an omitted comma here, thank you the buildbot. 15 Add an omitted comma here, thank you the buildbot.
5 16