Function: charset-plist
charset-plist is a function defined in charset.c.
Signature
(charset-plist CHARSET)
Documentation
Return the property list of CHARSET.
Source Code
// Defined in /usr/src/emacs/src/charset.c
{
Lisp_Object attrs;
CHECK_CHARSET_GET_ATTR (charset, attrs);
return CHARSET_ATTR_PLIST (attrs);
}