From: Kenichi Handa Date: Wed, 18 Jun 1997 13:22:13 +0000 (+0000) Subject: (coding-system-parent): Moved to mule.el. X-Git-Tag: emacs-20.1~1633 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=74e2a7b575d6fa07c7bbec47a6cfae192b1dc685;p=emacs.git (coding-system-parent): Moved to mule.el. --- diff --git a/lisp/international/mule-util.el b/lisp/international/mule-util.el index 25f2c6db6ba..06b57c264ef 100644 --- a/lisp/international/mule-util.el +++ b/lisp/international/mule-util.el @@ -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)