Mercurial > emacs
changeset 17787:eacf563a6d0d
(describe_category_1): Pass new args to describe_vector.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 13 May 1997 19:36:37 +0000 |
parents | 90d9682afa28 |
children | 208d71ea3a4f |
files | src/category.c |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/category.c Tue May 13 19:36:15 1997 +0000 +++ b/src/category.c Tue May 13 19:36:37 1997 +0000 @@ -486,7 +486,8 @@ { struct buffer *old = current_buffer; set_buffer_internal (XBUFFER (Vstandard_output)); - describe_vector (vector, Qnil, describe_category, 0, Qnil, Qnil); + describe_vector (vector, Qnil, describe_category, 0, Qnil, Qnil, + (int *)0, 0); { int i; Lisp_Object docs = XCHAR_TABLE (vector)->extras[0]; @@ -516,7 +517,8 @@ { vector = XCHAR_TABLE (vector)->parent; insert_string ("\nThe parent category table is:"); - describe_vector (vector, Qnil, describe_category, 0, Qnil, Qnil); + describe_vector (vector, Qnil, describe_category, 0, Qnil, Qnil, + (int *) 0, 0); } call0 (intern ("help-mode"));