Function: category-table
category-table is a function defined in category.c.
Signature
(category-table)
Documentation
Return the current category table.
This is the one specified by the current buffer.
Source Code
// Defined in /usr/src/emacs/src/category.c
{
return BVAR (current_buffer, category_table);
}