Mercurial > emacs
diff src/keymap.c @ 11924:4744a12fa933
(describe_map_tree): Move declaration to lisp.h.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Fri, 26 May 1995 02:49:43 +0000 |
| parents | e6bdaaa6ce1b |
| children | 4e0f3e3b4cc7 |
line wrap: on
line diff
--- a/src/keymap.c Thu May 25 18:18:56 1995 +0000 +++ b/src/keymap.c Fri May 26 02:49:43 1995 +0000 @@ -82,7 +82,6 @@ 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 ();
