aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1995-05-26 02:52:36 +0000
committerKarl Heuer <[email protected]>1995-05-26 02:52:36 +0000
commit59d8dc571538cf76925c2d21961a62f7283de284 (patch)
treeff9d5f5186b7c2266f811feb91730da0e7ad6727 /src
parentd0c60136dbe3b75c0d22ad02ed66de9e3d807dde (diff)
(Fsubstitute_command_keys): Cast arg of describe_map_tree.
Diffstat (limited to 'src')
-rw-r--r--src/doc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc.c b/src/doc.c
index 07dd80aaee..f022396eff 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -661,7 +661,7 @@ thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ int
else if (start[-1] == '<')
keymap = tem;
else
- describe_map_tree (tem, 1, Qnil, Qnil, 0, 1);
+ describe_map_tree (tem, 1, Qnil, Qnil, (char *)0, 1);
tem = Fbuffer_string ();
Ferase_buffer ();
set_buffer_internal (oldbuf);