Mercurial > emacs
changeset 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 | 5160a1fdb44f |
children | 73f8dc6f0622 |
files | src/keymap.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
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 ();