/* Dump category table to buffer in human-readable format */
static void
-describe_category (value)
- Lisp_Object value;
+describe_category (value, args)
+ Lisp_Object value, args;
{
Lisp_Object mnemonics;
{
struct buffer *old = current_buffer;
set_buffer_internal (XBUFFER (Vstandard_output));
- describe_vector (vector, Qnil, describe_category, 0, Qnil, Qnil,
+ describe_vector (vector, Qnil, Qnil, describe_category, 0, Qnil, Qnil,
(int *)0, 0);
{
int i;
{
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, Qnil, describe_category, 0, Qnil, Qnil,
(int *) 0, 0);
}