From: Karl Heuer Date: Fri, 26 May 1995 02:49:43 +0000 (+0000) Subject: (describe_map_tree): Move declaration to lisp.h. X-Git-Tag: emacs-19.34~3934 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d0c60136dbe3b75c0d22ad02ed66de9e3d807dde;p=emacs.git (describe_map_tree): Move declaration to lisp.h. --- diff --git a/src/keymap.c b/src/keymap.c index a0915f625b7..ca57dde121c 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -82,7 +82,6 @@ extern Lisp_Object meta_prefix_char; extern Lisp_Object Voverriding_local_map; -void describe_map_tree (); static Lisp_Object define_as_prefix (); static Lisp_Object describe_buffer_bindings (); static void describe_command ();