From b0053d118b3b5b58268579c270580c4a75afff36 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 19 Oct 1995 00:16:29 +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 8fcf91e1be7..31ad2ef0d21 100644 --- 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); -- 2.39.2