Function: coding-system-translation-table-for-decode
coding-system-translation-table-for-decode is an autoloaded and
byte-compiled function defined in mule-util.el.gz.
Signature
(coding-system-translation-table-for-decode CODING-SYSTEM)
Documentation
Return the value of CODING-SYSTEM's decode-translation-table property.
Source Code
;; Defined in /usr/src/emacs/lisp/international/mule-util.el.gz
;;;###autoload
(defun coding-system-translation-table-for-decode (coding-system)
"Return the value of CODING-SYSTEM's `decode-translation-table' property."
(coding-system-get coding-system :decode-translation-table))