# HG changeset patch # User Stefan Monnier # Date 1108993193 0 # Node ID f86ef24c991775040d77f029f233c39bd2278f81 # Parent 4925c60e34fc73e783570ca168e09690e1344285 Declare Fcurrent_active_maps, used in doc.c. diff -r 4925c60e34fc -r f86ef24c9917 src/keymap.h --- a/src/keymap.h Mon Feb 21 13:11:04 2005 +0000 +++ b/src/keymap.h Mon Feb 21 13:39:53 2005 +0000 @@ -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_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));