diff options
| author | Richard M. Stallman | 1997-07-12 06:44:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-12 06:44:49 +0000 |
| commit | 7523d17c5453087cf04f2b4a04bb4b685c89b323 (patch) | |
| tree | 408daabf200ff626191141519e492440a7f998d3 /src | |
| parent | 09dbcf71b93051b121e15f7915bf0ae6e4a56ee3 (diff) | |
| download | emacs-7523d17c5453087cf04f2b4a04bb4b685c89b323.tar.gz emacs-7523d17c5453087cf04f2b4a04bb4b685c89b323.zip | |
(Fsubstitute_command_keys): Add missing describe_map_tree argument.
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Record indices of function doc strings stored in a file. | 1 | /* Record indices of function doc strings stored in a file. |
| 2 | Copyright (C) 1985, 1986, 1993, 1994, 1995 Free Software Foundation, Inc. | 2 | Copyright (C) 1985, 86, 93, 94, 95, 1997 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| @@ -660,7 +660,7 @@ thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ int | |||
| 660 | else if (start[-1] == '<') | 660 | else if (start[-1] == '<') |
| 661 | keymap = tem; | 661 | keymap = tem; |
| 662 | else | 662 | else |
| 663 | describe_map_tree (tem, 1, Qnil, Qnil, (char *)0, 1, 0); | 663 | describe_map_tree (tem, 1, Qnil, Qnil, (char *)0, 1, 0, 0); |
| 664 | tem = Fbuffer_string (); | 664 | tem = Fbuffer_string (); |
| 665 | Ferase_buffer (); | 665 | Ferase_buffer (); |
| 666 | set_buffer_internal (oldbuf); | 666 | set_buffer_internal (oldbuf); |