From: Richard M. Stallman Date: Thu, 19 Oct 1995 00:16:29 +0000 (+0000) Subject: (Fsubstitute_command_keys): Pass new arg to describe_map_tree. X-Git-Tag: emacs-19.34~2616 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b0053d118b3b5b58268579c270580c4a75afff36;p=emacs.git (Fsubstitute_command_keys): Pass new arg to describe_map_tree. --- 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);