comparison src/ChangeLog @ 5086:47bcef7b0b44

Print multiple values with #<INTERNAL OBJECT (XEmacs bug?) ...>, too 2010-03-02 Aidan Kehoe <kehoea@parhasard.net> * eval.c (print_multiple_value): Say #<INTERNAL OBJECT (XEmacs bug?) ...> when printing these, for consistency with the rest of the print code.
author Aidan Kehoe <kehoea@parhasard.net>
date Tue, 02 Mar 2010 13:20:51 +0000
parents 6afe991b8135
children 207dad9e74f7
comparison
equal deleted inserted replaced
5085:1ee30d3f9dd0 5086:47bcef7b0b44
1 2010-03-02 Aidan Kehoe <kehoea@parhasard.net>
2
3 * eval.c (print_multiple_value):
4 Say #<INTERNAL OBJECT (XEmacs bug?) ...> when printing these, for
5 consistency with the rest of the print code.
6
1 2010-03-01 Aidan Kehoe <kehoea@parhasard.net> 7 2010-03-01 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * lisp.h (PARSE_KEYWORDS): New macro, for parsing keyword 9 * lisp.h (PARSE_KEYWORDS): New macro, for parsing keyword
4 arguments from C subrs. 10 arguments from C subrs.
5 * elhash.c (Fmake_hash_table): Use it. 11 * elhash.c (Fmake_hash_table): Use it.