]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fsubstitute_command_keys): Pass new arg to describe_map_tree.
authorRichard M. Stallman <rms@gnu.org>
Mon, 10 Jan 1994 21:30:04 +0000 (21:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 10 Jan 1994 21:30:04 +0000 (21:30 +0000)
src/doc.c

index 616ee271a69276cfe5c83b7be75cbd2bbd756cf9..dd84e52e326c3e4a2186988b106a8acdb7f24ffa 100644 (file)
--- a/src/doc.c
+++ b/src/doc.c
@@ -499,7 +499,7 @@ thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ int
          else if (start[-1] == '<')
            keymap = tem;
          else
-           describe_map_tree (tem, 1, Qnil, Qnil, 0);
+           describe_map_tree (tem, 1, Qnil, Qnil, 0, 1);
          tem = Fbuffer_string ();
          Ferase_buffer ();
          set_buffer_internal (oldbuf);