]> code.delx.au - gnu-emacs/commitdiff
Declare Fcurrent_active_maps, used in doc.c.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 21 Feb 2005 13:39:53 +0000 (13:39 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 21 Feb 2005 13:39:53 +0000 (13:39 +0000)
src/keymap.h

index e50a62c8aa5ab4ecf37143900e7e2813f29655fc..bec391868636bc00bd5dcdd057334a4049d68cc2 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions to manipulate keymaps.
-   Copyright (C) 2001  Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -33,6 +33,7 @@ EXFUN (Fkey_binding, 3);
 EXFUN (Fkey_description, 2);
 EXFUN (Fsingle_key_description, 2);
 EXFUN (Fwhere_is_internal, 5);
+EXFUN (Fcurrent_active_maps, 1);
 extern Lisp_Object access_keymap P_ ((Lisp_Object, Lisp_Object, int, int, int));
 extern Lisp_Object get_keyelt P_ ((Lisp_Object, int));
 extern Lisp_Object get_keymap P_ ((Lisp_Object, int, int));