comparison src/ChangeLog @ 41296:a2db3c620715

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 19 Nov 2001 22:47:32 +0000
parents 822980b416cf
children dd0332958888
comparison
equal deleted inserted replaced
41295:21cf5cfce29a 41296:a2db3c620715
1 2001-11-19 Stefan Monnier <monnier@cs.yale.edu> 1 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
2
3 * syntax.c (describe_syntax): Add dummy arg.
4 (describe_syntax_1): Update call to describe_vector.
5
6 * category.c (describe_category): Add dummy arg.
7 (describe_category_1): Update call to describe_vector.
8
9 * keymap.c (Fdescribe_vector): Add `describer' parameter.
10 (describe_command, describe_translation): Add dummy second param.
11 (describe_map): Call elt_describer with two arguments.
12 (describe_vector_princ): Add `fun' parameter.
13 Call it instead of the hardcoded `princ'.
14 (describe_vector): Add arg `args'.
15 Pass it as a new second argument to elt_describer.
16
17 * keymap.h (describe_vector): Update prototype.
2 18
3 * frame.c: Don't include keymap.h any more. 19 * frame.c: Don't include keymap.h any more.
4 (keys_of_frame): Remove. 20 (keys_of_frame): Remove.
5 21
6 * lisp.h (keys_of_frame): Remove declaration. 22 * lisp.h (keys_of_frame): Remove declaration.