From: Kenichi Handa Date: Thu, 25 Sep 1997 12:38:15 +0000 (+0000) Subject: (make-coding-system): Cancel the previous change. X-Git-Tag: emacs-20.3~3087 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=34186f7eafc92f33b70d9479c94fdf9e552ea502;p=emacs.git (make-coding-system): Cancel the previous change. --- 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))))