Function: standard-case-table
standard-case-table is a function defined in casetab.c.
Signature
(standard-case-table)
Documentation
Return the standard case table.
This is the one used for new buffers.
Probably introduced at or before Emacs version 29.1.
Source Code
// Defined in /usr/src/emacs/src/casetab.c
{
return Vascii_downcase_table;
}