aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/international/mule.el3
1 files changed, 0 insertions, 3 deletions
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'.
486Any alias nor subsidiary coding systems are not base coding system." 486Any alias nor subsidiary coding systems are not base coding system."
487 (car (coding-system-get coding-system 'alias-coding-systems))) 487 (car (coding-system-get coding-system 'alias-coding-systems)))
488 488
489(defalias 'coding-system-parent 'coding-system-base)
490(make-obsolete 'coding-system-parent 'coding-system-base "20.3")
491
492;; Coding system also has a property `eol-type'. 489;; Coding system also has a property `eol-type'.
493;; 490;;
494;; This property indicates how the coding system handles end-of-line 491;; This property indicates how the coding system handles end-of-line