diff src/ChangeLog @ 81609:7e640eac2dcb

* keymaps.texi (Active Keymaps): Document new POSITION argument of `current-active-maps'. * keymap.c (Fcurrent_active_maps): Add `position' argument. (Fwhere_is_internal): Adjust call to `current-active-maps' to cater for additional parameter. * keymap.h: Adjust number of parameters to `current-active-maps'. * doc.c (Fsubstitute_command_keys): Adjust call of `current-active-maps'.
author David Kastrup <dak@gnu.org>
date Mon, 25 Jun 2007 20:53:48 +0000
parents 75c51005f057
children f140d0549c3d
line wrap: on
line diff
--- a/src/ChangeLog	Mon Jun 25 19:48:37 2007 +0000
+++ b/src/ChangeLog	Mon Jun 25 20:53:48 2007 +0000
@@ -1,3 +1,14 @@
+2007-06-25  David Kastrup  <dak@gnu.org>
+
+	* keymap.c (Fcurrent_active_maps): Add `position' argument.
+	(Fwhere_is_internal): Adjust call to `current-active-maps' to
+	cater for additional parameter.
+
+	* keymap.h: Adjust number of parameters to `current-active-maps'.
+
+	* doc.c (Fsubstitute_command_keys): Adjust call of
+	`current-active-maps'.
+
 2007-06-25  David Kastrup  <dak@gnu.org>
 
 	* callint.c (Fcall_interactively): Make the parsing of interactive