Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5084:6afe991b8135
Add a PARSE_KEYWORDS macro, use it in #'make-hash-table.
lisp/ChangeLog addition:
2010-03-01 Aidan Kehoe <kehoea@parhasard.net>
* cl-seq.el (cl-parsing-keywords):
* cl-macs.el (cl-do-arglist):
Use the new invalid-keyword-argument error here.
src/ChangeLog addition:
2010-03-01 Aidan Kehoe <kehoea@parhasard.net>
* lisp.h (PARSE_KEYWORDS): New macro, for parsing keyword
arguments from C subrs.
* elhash.c (Fmake_hash_table): Use it.
* general-slots.h (Q_allow_other_keys): Add this symbol.
* eval.c (non_nil_allow_other_keys_p):
(invalid_keyword_argument):
New functions, called from the keyword argument parsing code.
* data.c (init_errors_once_early):
Add the new invalid-keyword-argument error here.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 01 Mar 2010 21:05:33 +0000 |
parents | 88f955fa5a7f |
children | 47bcef7b0b44 |
comparison
equal
deleted
inserted
replaced
5083:88f955fa5a7f | 5084:6afe991b8135 |
---|---|
1 2010-03-01 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * lisp.h (PARSE_KEYWORDS): New macro, for parsing keyword | |
4 arguments from C subrs. | |
5 * elhash.c (Fmake_hash_table): Use it. | |
6 * general-slots.h (Q_allow_other_keys): Add this symbol. | |
7 * eval.c (non_nil_allow_other_keys_p): | |
8 (invalid_keyword_argument): | |
9 New functions, called from the keyword argument parsing code. | |
10 * data.c (init_errors_once_early): | |
11 Add the new invalid-keyword-argument error here. | |
12 | |
1 2010-02-26 Aidan Kehoe <kehoea@parhasard.net> | 13 2010-02-26 Aidan Kehoe <kehoea@parhasard.net> |
2 | 14 |
3 * file-coding.c (Fmake_coding_system_internal): | 15 * file-coding.c (Fmake_coding_system_internal): |
4 Be somewhat clearer in this docstring, especially for the sake of | 16 Be somewhat clearer in this docstring, especially for the sake of |
5 people running non-Mule builds who will see this docstring when | 17 people running non-Mule builds who will see this docstring when |