Function: standard-category-table
standard-category-table is a function defined in category.c.
Signature
(standard-category-table)
Documentation
Return the standard category table.
This is the one used for new buffers.
Source Code
// Defined in /usr/src/emacs/src/category.c
{
return Vstandard_category_table;
}