(describe_category_1): Pass new args to describe_vector.
[bpt/emacs.git] / src / category.c
index 1041e18..18dd0df 100644 (file)
@@ -486,7 +486,8 @@ describe_category_1 (vector)
 {
   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 @@ describe_category_1 (vector)
     {
       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"));