diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/category.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/category.c b/src/category.c index 1041e185877..18dd0df47c4 100644 --- a/src/category.c +++ b/src/category.c | |||
| @@ -486,7 +486,8 @@ describe_category_1 (vector) | |||
| 486 | { | 486 | { |
| 487 | struct buffer *old = current_buffer; | 487 | struct buffer *old = current_buffer; |
| 488 | set_buffer_internal (XBUFFER (Vstandard_output)); | 488 | set_buffer_internal (XBUFFER (Vstandard_output)); |
| 489 | describe_vector (vector, Qnil, describe_category, 0, Qnil, Qnil); | 489 | describe_vector (vector, Qnil, describe_category, 0, Qnil, Qnil, |
| 490 | (int *)0, 0); | ||
| 490 | { | 491 | { |
| 491 | int i; | 492 | int i; |
| 492 | Lisp_Object docs = XCHAR_TABLE (vector)->extras[0]; | 493 | Lisp_Object docs = XCHAR_TABLE (vector)->extras[0]; |
| @@ -516,7 +517,8 @@ describe_category_1 (vector) | |||
| 516 | { | 517 | { |
| 517 | vector = XCHAR_TABLE (vector)->parent; | 518 | vector = XCHAR_TABLE (vector)->parent; |
| 518 | insert_string ("\nThe parent category table is:"); | 519 | insert_string ("\nThe parent category table is:"); |
| 519 | describe_vector (vector, Qnil, describe_category, 0, Qnil, Qnil); | 520 | describe_vector (vector, Qnil, describe_category, 0, Qnil, Qnil, |
| 521 | (int *) 0, 0); | ||
| 520 | } | 522 | } |
| 521 | 523 | ||
| 522 | call0 (intern ("help-mode")); | 524 | call0 (intern ("help-mode")); |