comparison src/keymap.h @ 60192:f86ef24c9917

Declare Fcurrent_active_maps, used in doc.c.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 21 Feb 2005 13:39:53 +0000
parents 3e2faa2a85ed
children a8fa7c632ee4 bf0d492ea2d5
comparison
equal deleted inserted replaced
60191:4925c60e34fc 60192:f86ef24c9917
1 /* Functions to manipulate keymaps. 1 /* Functions to manipulate keymaps.
2 Copyright (C) 2001 Free Software Foundation, Inc. 2 Copyright (C) 2001, 2005 Free Software Foundation, Inc.
3 3
4 This file is part of GNU Emacs. 4 This file is part of GNU Emacs.
5 5
6 GNU Emacs is free software; you can redistribute it and/or modify 6 GNU Emacs is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
31 EXFUN (Fcommand_remapping, 1); 31 EXFUN (Fcommand_remapping, 1);
32 EXFUN (Fkey_binding, 3); 32 EXFUN (Fkey_binding, 3);
33 EXFUN (Fkey_description, 2); 33 EXFUN (Fkey_description, 2);
34 EXFUN (Fsingle_key_description, 2); 34 EXFUN (Fsingle_key_description, 2);
35 EXFUN (Fwhere_is_internal, 5); 35 EXFUN (Fwhere_is_internal, 5);
36 EXFUN (Fcurrent_active_maps, 1);
36 extern Lisp_Object access_keymap P_ ((Lisp_Object, Lisp_Object, int, int, int)); 37 extern Lisp_Object access_keymap P_ ((Lisp_Object, Lisp_Object, int, int, int));
37 extern Lisp_Object get_keyelt P_ ((Lisp_Object, int)); 38 extern Lisp_Object get_keyelt P_ ((Lisp_Object, int));
38 extern Lisp_Object get_keymap P_ ((Lisp_Object, int, int)); 39 extern Lisp_Object get_keymap P_ ((Lisp_Object, int, int));
39 extern void describe_map_tree P_ ((Lisp_Object, int, Lisp_Object, Lisp_Object, 40 extern void describe_map_tree P_ ((Lisp_Object, int, Lisp_Object, Lisp_Object,
40 char *, int, int, int, int)); 41 char *, int, int, int, int));