comparison src/ChangeLog @ 5345:db326b8fe982

Use Ben's recently-introduced listu (), where appropriate. 2011-01-23 Aidan Kehoe <kehoea@parhasard.net> * file-coding.c (complex_vars_of_file_coding): * intl-win32.c (complex_vars_of_intl_win32): * profile.c (Fget_profiling_info): * unicode.c (complex_vars_of_unicode): Replace various awkward calls to nconc2 () with list6 () with analogous calls to Ben's relatively-recently introduced listu (), constructing a list from an arbitrary number of C arguments.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 23 Jan 2011 12:47:02 +0000
parents fde0802ee3e0
children 39304a35b6b3
comparison
equal deleted inserted replaced
5344:2a54dfbe434f 5345:db326b8fe982
1 2011-01-23 Aidan Kehoe <kehoea@parhasard.net>
2
3 * file-coding.c (complex_vars_of_file_coding):
4 * intl-win32.c (complex_vars_of_intl_win32):
5 * profile.c (Fget_profiling_info):
6 * unicode.c (complex_vars_of_unicode):
7 Replace various awkward calls to nconc2 () with list6 () with
8 analogous calls to Ben's relatively-recently introduced listu (),
9 constructing a list from an arbitrary number of C arguments.
10
1 2011-01-18 Mike Sperber <mike@xemacs.org> 11 2011-01-18 Mike Sperber <mike@xemacs.org>
2 12
3 * s/freebsd.h: Zap. Not really needed anymore, and it has unclear 13 * s/freebsd.h: Zap. Not really needed anymore, and it has unclear
4 license status. 14 license status.
5 15