Mercurial > emacs
changeset 18746:c7ada1684ebb
(Fsubstitute_command_keys): Add missing describe_map_tree argument.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 12 Jul 1997 06:44:49 +0000 |
parents | 192b3ebd108e |
children | 17039a6e64cf |
files | src/doc.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/doc.c Sat Jul 12 06:43:44 1997 +0000 +++ b/src/doc.c Sat Jul 12 06:44:49 1997 +0000 @@ -1,5 +1,5 @@ /* Record indices of function doc strings stored in a file. - Copyright (C) 1985, 1986, 1993, 1994, 1995 Free Software Foundation, Inc. + Copyright (C) 1985, 86, 93, 94, 95, 1997 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -660,7 +660,7 @@ else if (start[-1] == '<') keymap = tem; else - describe_map_tree (tem, 1, Qnil, Qnil, (char *)0, 1, 0); + describe_map_tree (tem, 1, Qnil, Qnil, (char *)0, 1, 0, 0); tem = Fbuffer_string (); Ferase_buffer (); set_buffer_internal (oldbuf);