From: Nick Roberts Date: Sun, 1 May 2005 22:17:25 +0000 (+0000) Subject: (coding-system-parent): Remove alias and X-Git-Tag: ttn-vms-21-2-B4~604 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c85da7fc46da73662ccdbbb8993c360612913a49;p=emacs.git (coding-system-parent): Remove alias and obsolete declaration. --- diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 49635652bb2..2b4117c7605 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -486,9 +486,6 @@ A base coding system is what made by `make-coding-system'. Any alias nor subsidiary coding systems are not base coding system." (car (coding-system-get coding-system 'alias-coding-systems))) -(defalias 'coding-system-parent 'coding-system-base) -(make-obsolete 'coding-system-parent 'coding-system-base "20.3") - ;; Coding system also has a property `eol-type'. ;; ;; This property indicates how the coding system handles end-of-line