]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fsubstitute_command_keys): Pass new arg to describe_map_tree.
authorRichard M. Stallman <rms@gnu.org>
Thu, 19 Oct 1995 00:16:29 +0000 (00:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 19 Oct 1995 00:16:29 +0000 (00:16 +0000)
src/doc.c

index 8fcf91e1be735a15b56f2183be578402ffc07d1b..31ad2ef0d21d84de05165025c2932243ae9d08d5 100644 (file)
--- a/src/doc.c
+++ b/src/doc.c
@@ -663,7 +663,7 @@ thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ int
          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);