Function: coding-system-category
coding-system-category is a byte-compiled function defined in
mule.el.gz.
Signature
(coding-system-category CODING-SYSTEM)
Documentation
Return a category symbol of CODING-SYSTEM.
Source Code
;; Defined in /usr/src/emacs/lisp/international/mule.el.gz
(defun coding-system-category (coding-system)
"Return a category symbol of CODING-SYSTEM."
(plist-get (coding-system-plist coding-system) :category))