diff options
| -rw-r--r-- | lisp/international/utf-8.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/international/utf-8.el b/lisp/international/utf-8.el index f59512277fe..634020920b2 100644 --- a/lisp/international/utf-8.el +++ b/lisp/international/utf-8.el | |||
| @@ -253,11 +253,11 @@ default. Also, installing them may be rather slow." | |||
| 253 | (define-translation-hash-table 'utf-subst-table-for-decode | 253 | (define-translation-hash-table 'utf-subst-table-for-decode |
| 254 | ucs-unicode-to-mule-cjk) | 254 | ucs-unicode-to-mule-cjk) |
| 255 | (define-translation-hash-table 'utf-subst-table-for-encode | 255 | (define-translation-hash-table 'utf-subst-table-for-encode |
| 256 | ucs-mule-cjk-to-unicode)) | 256 | ucs-mule-cjk-to-unicode))) |
| 257 | (define-translation-hash-table 'utf-subst-table-for-decode | 257 | (define-translation-hash-table 'utf-subst-table-for-decode |
| 258 | (make-hash-table :test 'eq)) | 258 | (make-hash-table :test 'eq)) |
| 259 | (define-translation-hash-table 'utf-subst-table-for-encode | 259 | (define-translation-hash-table 'utf-subst-table-for-encode |
| 260 | (make-hash-table :test 'eq))))) | 260 | (make-hash-table :test 'eq)))) |
| 261 | 261 | ||
| 262 | (define-ccl-program ccl-decode-mule-utf-8 | 262 | (define-ccl-program ccl-decode-mule-utf-8 |
| 263 | ;; | 263 | ;; |