diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/international/ucs-tables.el | 2 |
1 files changed, 2 insertions, 0 deletions
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'.") | |||
| 159 | 159 | ||
| 160 | (defvar translation-table-for-input (make-translation-table)) | 160 | (defvar translation-table-for-input (make-translation-table)) |
| 161 | 161 | ||
| 162 | (define-translation-table 'ucs-translation-table-for-decode) | ||
| 163 | |||
| 162 | ;;; Set up the tables. | 164 | ;;; Set up the tables. |
| 163 | 165 | ||
| 164 | ;; Most of these tables were derived from ones in Mule-UCS. | 166 | ;; Most of these tables were derived from ones in Mule-UCS. |