diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-02-21 13:39:53 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-02-21 13:39:53 +0000 |
commit | 478a161d790a32883d123693fd23ff706e6b4cb0 (patch) | |
tree | f24725e40a688cbba9caecbb65b7bf5bdcd885f7 /src/keymap.h | |
parent | 2c75eddf9df7d811724439c8e0585a07d22382a2 (diff) | |
download | emacs-478a161d790a32883d123693fd23ff706e6b4cb0.tar.gz |
Declare Fcurrent_active_maps, used in doc.c.
Diffstat (limited to 'src/keymap.h')
-rw-r--r-- | src/keymap.h | 3 |
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 @@ /* 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)); |