Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Sat Jan 22 23:29:25 2011 +0000 +++ b/src/ChangeLog Sun Jan 23 12:47:02 2011 +0000 @@ -1,3 +1,13 @@ +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. + 2011-01-18 Mike Sperber <mike@xemacs.org> * s/freebsd.h: Zap. Not really needed anymore, and it has unclear