mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
(coding-system-parent): Moved to mule.el.
This commit is contained in:
parent
bd882697ea
commit
74e2a7b575
1 changed files with 0 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue