(coding-system-parent): Moved to mule.el.
authorKenichi Handa <handa@m17n.org>
Wed, 18 Jun 1997 13:22:13 +0000 (13:22 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 18 Jun 1997 13:22:13 +0000 (13:22 +0000)
lisp/international/mule-util.el

index 25f2c6d..06b57c2 100644 (file)
@@ -246,14 +246,6 @@ coding-spec (see the function `make-coding-system')."
           (coding-system-unification-table
            (get coding-system 'coding-system)))))
 
-;;;###autoload
-(defun coding-system-parent (coding-system)
-  "Return parent of CODING-SYSTEM."
-  (let ((parent (get coding-system 'parent-coding-system)))
-    (and parent
-        (or (coding-system-parent parent)
-            parent))))
-
 (defun coding-system-lessp (x y)
   (cond ((eq x 'no-conversion) t)
        ((eq y 'no-conversion) nil)