]> git.eshelyaron.com Git - emacs.git/commitdiff
(make-coding-system): Cancel the previous change.
authorKenichi Handa <handa@m17n.org>
Thu, 25 Sep 1997 12:38:15 +0000 (12:38 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 25 Sep 1997 12:38:15 +0000 (12:38 +0000)
lisp/international/mule.el

index 7bcdc8ea75edda285389277530419f8ef449a9a7..c23879838f1b158232bc8a0047c720e5c3bcf9d7 100644 (file)
@@ -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))))