aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2005-02-21 13:39:53 +0000
committerStefan Monnier2005-02-21 13:39:53 +0000
commit478a161d790a32883d123693fd23ff706e6b4cb0 (patch)
treef24725e40a688cbba9caecbb65b7bf5bdcd885f7 /src
parent2c75eddf9df7d811724439c8e0585a07d22382a2 (diff)
downloademacs-478a161d790a32883d123693fd23ff706e6b4cb0.tar.gz
emacs-478a161d790a32883d123693fd23ff706e6b4cb0.zip
Declare Fcurrent_active_maps, used in doc.c.
Diffstat (limited to 'src')
-rw-r--r--src/keymap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/keymap.h b/src/keymap.h
index e50a62c8aa5..bec39186863 100644
--- a/src/keymap.h
+++ b/src/keymap.h
@@ -1,5 +1,5 @@
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
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
@@ -33,6 +33,7 @@ EXFUN (Fkey_binding, 3);
33EXFUN (Fkey_description, 2); 33EXFUN (Fkey_description, 2);
34EXFUN (Fsingle_key_description, 2); 34EXFUN (Fsingle_key_description, 2);
35EXFUN (Fwhere_is_internal, 5); 35EXFUN (Fwhere_is_internal, 5);
36EXFUN (Fcurrent_active_maps, 1);
36extern Lisp_Object access_keymap P_ ((Lisp_Object, Lisp_Object, int, int, int)); 37extern Lisp_Object access_keymap P_ ((Lisp_Object, Lisp_Object, int, int, int));
37extern Lisp_Object get_keyelt P_ ((Lisp_Object, int)); 38extern Lisp_Object get_keyelt P_ ((Lisp_Object, int));
38extern Lisp_Object get_keymap P_ ((Lisp_Object, int, int)); 39extern Lisp_Object get_keymap P_ ((Lisp_Object, int, int));