Mercurial > emacs
diff src/doc.c @ 13244:23281af757c9
(Fsubstitute_command_keys): Pass new arg to describe_map_tree.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 19 Oct 1995 00:16:29 +0000 |
| parents | cd2e7821bbf5 |
| children | 13e55327ef5e |
line wrap: on
line diff
--- a/src/doc.c Thu Oct 19 00:16:04 1995 +0000 +++ b/src/doc.c Thu Oct 19 00:16:29 1995 +0000 @@ -663,7 +663,7 @@ else if (start[-1] == '<') keymap = tem; else - describe_map_tree (tem, 1, Qnil, Qnil, (char *)0, 1); + describe_map_tree (tem, 1, Qnil, Qnil, (char *)0, 1, 0); tem = Fbuffer_string (); Ferase_buffer (); set_buffer_internal (oldbuf);
