From: Richard M. Stallman Date: Mon, 10 Jan 1994 21:30:04 +0000 (+0000) Subject: (Fsubstitute_command_keys): Pass new arg to describe_map_tree. X-Git-Tag: emacs-19.34~10301 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f8ba73c1c26cbf20baeb53ad474682519649fcc7;p=emacs.git (Fsubstitute_command_keys): Pass new arg to describe_map_tree. --- 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);