]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe_vector): Declaration fixed (delete `.' at the
authorKenichi Handa <handa@m17n.org>
Thu, 27 Nov 1997 12:39:03 +0000 (12:39 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 27 Nov 1997 12:39:03 +0000 (12:39 +0000)
tail of type `void'.
(fix_submap_inheritance): Declare it as void.

src/keymap.c

index 7dab10d4b3e7fd22ddf3fbb7a4c05d5b576a13d7..61c6c1d9fd13ab66d4865ef72c64b5f2be11933f 100644 (file)
@@ -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)