From 71a956a6143dc45807a9e8d1c1c493dd77857a30 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 27 Nov 1997 12:39:03 +0000 Subject: [PATCH] (describe_vector): Declaration fixed (delete `.' at the tail of type `void'. (fix_submap_inheritance): Declare it as void. --- src/keymap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/keymap.c b/src/keymap.c index 7dab10d4b3e..61c6c1d9fd1 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -355,6 +355,7 @@ PARENT should be nil or another keymap.") 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 @@ This is text showing the elements of vector matched against indices.") 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) -- 2.39.2