From 87ba1c4c76f8dfc6e85dd452dd58d84ce142f2fd Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 8 Oct 2002 01:23:10 +0000 Subject: [PATCH] (ucs-translation-table-for-decode): Define it as a translation-table. --- lisp/international/ucs-tables.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/international/ucs-tables.el b/lisp/international/ucs-tables.el index 033b951ce2a..a1624fc594a 100644 --- a/lisp/international/ucs-tables.el +++ b/lisp/international/ucs-tables.el @@ -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. -- 2.39.2