]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc.c (Fsubstitute_command_keys): Pass all five arguments to
authorJim Blandy <jimb@redhat.com>
Tue, 6 Jul 1993 06:16:20 +0000 (06:16 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 6 Jul 1993 06:16:20 +0000 (06:16 +0000)
describe_map_tree.

src/doc.c

index 9cab00f19982e9d3f88a4a69b1d8f7fe63688cc1..58a0b4a54a185d20c854eb9da787f965159649ff 100644 (file)
--- a/src/doc.c
+++ b/src/doc.c
@@ -487,7 +487,7 @@ thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ int
          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);