Mercurial > emacs
changeset 20374:0b6c4f1041ae
(describe_vector): Declaration fixed (delete `.' at the
tail of type `void'.
(fix_submap_inheritance): Declare it as void.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 27 Nov 1997 12:39:03 +0000 |
parents | b6c215dec8c8 |
children | 1dd0bd0749b5 |
files | src/keymap.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keymap.c Thu Nov 27 12:19:39 1997 +0000 +++ b/src/keymap.c Thu Nov 27 12:39:03 1997 +0000 @@ -355,6 +355,7 @@ if EVENT is also a prefix in MAP's parent, make sure that SUBMAP inherits that definition as its own parent. */ +void fix_submap_inheritance (map, event, submap) Lisp_Object map, event, submap; { @@ -2713,7 +2714,7 @@ indices at higher levels in this char-table, and CHAR_TABLE_DEPTH says how many levels down we have gone. */ -void. +void describe_vector (vector, elt_prefix, elt_describer, partial, shadow, entire_map, indices, char_table_depth)