diff options
author | Kenichi Handa <handa@m17n.org> | 1997-09-25 12:38:15 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1997-09-25 12:38:15 +0000 |
commit | 34186f7eafc92f33b70d9479c94fdf9e552ea502 (patch) | |
tree | dfa0de788f6d2c3a6ee907db1792aca6aded5e18 | |
parent | d3675a42d8d9dde537e7482b4dbcb465c6c5ddf0 (diff) | |
download | emacs-34186f7eafc92f33b70d9479c94fdf9e552ea502.tar.gz |
(make-coding-system): Cancel the previous change.
-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. (t ; i.e. (= type 5) (setq coding-category 'coding-category-raw-text))) (put coding-system 'coding-system coding-spec) - (put coding-system 'coding-system-parent coding-system) (put coding-system 'coding-category coding-category) (put coding-category 'coding-systems (cons coding-system (get coding-category 'coding-systems)))) |