# HG changeset patch # User Kenichi Handa # Date 880634343 0 # Node ID 0b6c4f1041ae94bed825a73d76521d2ec5857544 # Parent b6c215dec8c83bcf69b02fdae6c5da1b63f2d2c0 (describe_vector): Declaration fixed (delete `.' at the tail of type `void'. (fix_submap_inheritance): Declare it as void. diff -r b6c215dec8c8 -r 0b6c4f1041ae src/keymap.c --- 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)