From f8ba73c1c26cbf20baeb53ad474682519649fcc7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 10 Jan 1994 21:30:04 +0000 Subject: [PATCH] (Fsubstitute_command_keys): Pass new arg to describe_map_tree. --- src/doc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc.c b/src/doc.c index 616ee271a69..dd84e52e326 100644 --- 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); -- 2.39.5