diff options
| -rw-r--r-- | lisp/international/mule.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 7bcdc8ea75e..c23879838f1 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -474,7 +474,6 @@ FLAGS specifies more precise information of each TYPE. | |||
| 474 | (t ; i.e. (= type 5) | 474 | (t ; i.e. (= type 5) |
| 475 | (setq coding-category 'coding-category-raw-text))) | 475 | (setq coding-category 'coding-category-raw-text))) |
| 476 | (put coding-system 'coding-system coding-spec) | 476 | (put coding-system 'coding-system coding-spec) |
| 477 | (put coding-system 'coding-system-parent coding-system) | ||
| 478 | (put coding-system 'coding-category coding-category) | 477 | (put coding-system 'coding-category coding-category) |
| 479 | (put coding-category 'coding-systems | 478 | (put coding-category 'coding-systems |
| 480 | (cons coding-system (get coding-category 'coding-systems)))) | 479 | (cons coding-system (get coding-category 'coding-systems)))) |