(ucs-translation-table-for-decode): Define it as a translation-table.
This commit is contained in:
parent
b3385c2865
commit
87ba1c4c76
1 changed files with 2 additions and 0 deletions
|
@ -159,6 +159,8 @@ Translates from the iso8859 charsets and `mule-unicode-0100-24ff'.")
|
|||
|
||||
(defvar translation-table-for-input (make-translation-table))
|
||||
|
||||
(define-translation-table 'ucs-translation-table-for-decode)
|
||||
|
||||
;;; Set up the tables.
|
||||
|
||||
;; Most of these tables were derived from ones in Mule-UCS.
|
||||
|
|
Loading…
Add table
Reference in a new issue