Mercurial > emacs
changeset 18313:083d035f7932
(coding-system-parent): Moved to mule.el.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 18 Jun 1997 13:22:13 +0000 |
parents | 705da3ce58c0 |
children | 6e13dd3d1e11 |
files | lisp/international/mule-util.el |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-util.el Wed Jun 18 13:21:23 1997 +0000 +++ b/lisp/international/mule-util.el Wed Jun 18 13:22:13 1997 +0000 @@ -246,14 +246,6 @@ (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)