Mercurial > emacs
changeset 3999:6ad80fc3c559
* doc.c (Fsubstitute_command_keys): Pass all five arguments to
describe_map_tree.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 06 Jul 1993 06:16:20 +0000 |
parents | c0560357c84e |
children | 45b5a7ac812f |
files | src/doc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/doc.c Tue Jul 06 02:23:22 1993 +0000 +++ b/src/doc.c Tue Jul 06 06:16:20 1993 +0000 @@ -487,7 +487,7 @@ else if (start[-1] == '<') keymap = tem; else - describe_map_tree (tem, 1, Qnil); + describe_map_tree (tem, 1, Qnil, Qnil, 0); tem = Fbuffer_string (); Ferase_buffer (); set_buffer_internal (oldbuf);