changeset 13244:23281af757c9

(Fsubstitute_command_keys): Pass new arg to describe_map_tree.
author Richard M. Stallman <rms@gnu.org>
date Thu, 19 Oct 1995 00:16:29 +0000
parents 3af29e56070e
children 2e0c4159e94b
files src/doc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/doc.c	Thu Oct 19 00:16:04 1995 +0000
+++ b/src/doc.c	Thu Oct 19 00:16:29 1995 +0000
@@ -663,7 +663,7 @@
 	  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);