diff options
| author | David Kastrup | 2007-06-25 20:53:48 +0000 |
|---|---|---|
| committer | David Kastrup | 2007-06-25 20:53:48 +0000 |
| commit | 9a51747bac45695aba40b3595c55237196b0fdcd (patch) | |
| tree | c43b54d74f3bae9aa2bc64aaa860dd51924d8a27 /src/doc.c | |
| parent | e43054262b4764a7a6440f0c3cf6a1402d10c77a (diff) | |
| download | emacs-9a51747bac45695aba40b3595c55237196b0fdcd.tar.gz emacs-9a51747bac45695aba40b3595c55237196b0fdcd.zip | |
* 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'.
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -883,7 +883,7 @@ a new string, without any text properties, is returned. */) | |||
| 883 | struct buffer *oldbuf; | 883 | struct buffer *oldbuf; |
| 884 | int start_idx; | 884 | int start_idx; |
| 885 | /* This is for computing the SHADOWS arg for describe_map_tree. */ | 885 | /* This is for computing the SHADOWS arg for describe_map_tree. */ |
| 886 | Lisp_Object active_maps = Fcurrent_active_maps (Qnil); | 886 | Lisp_Object active_maps = Fcurrent_active_maps (Qnil, Qnil); |
| 887 | Lisp_Object earlier_maps; | 887 | Lisp_Object earlier_maps; |
| 888 | 888 | ||
| 889 | changed = 1; | 889 | changed = 1; |