diff options
| author | Nick Roberts | 2005-05-01 22:17:25 +0000 |
|---|---|---|
| committer | Nick Roberts | 2005-05-01 22:17:25 +0000 |
| commit | c85da7fc46da73662ccdbbb8993c360612913a49 (patch) | |
| tree | d1394908cce4c9a0797b61cd15c3344588a60d4c | |
| parent | 15d022359e300e5ffebdac2cfcb3d3a8e6d9c069 (diff) | |
| download | emacs-c85da7fc46da73662ccdbbb8993c360612913a49.tar.gz emacs-c85da7fc46da73662ccdbbb8993c360612913a49.zip | |
(coding-system-parent): Remove alias and
obsolete declaration.
| -rw-r--r-- | lisp/international/mule.el | 3 |
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'. | |||
| 486 | Any alias nor subsidiary coding systems are not base coding system." | 486 | Any 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 |