changeset 19986:cc81b9c8ae20

(make-coding-system): Cancel the previous change.
author Kenichi Handa <handa@m17n.org>
date Thu, 25 Sep 1997 12:38:15 +0000
parents 930e7515c033
children 470e157b3e8a
files lisp/international/mule.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule.el	Thu Sep 25 12:26:38 1997 +0000
+++ b/lisp/international/mule.el	Thu Sep 25 12:38:15 1997 +0000
@@ -474,7 +474,6 @@
 	  (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))))