Mercurial > emacs
changeset 29722:4a60ce7cede2
(make-coding-system): Generate subsidiary coding systems for EOL
handling variants even for a CCL based coding system.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 19 Jun 2000 05:15:04 +0000 |
parents | b722da8919f6 |
children | 9d85d8264c59 |
files | lisp/international/mule.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule.el Mon Jun 19 05:09:55 2000 +0000 +++ b/lisp/international/mule.el Mon Jun 19 05:15:04 2000 +0000 @@ -734,8 +734,7 @@ (cons coding-system (get coding-category 'coding-systems)))) ;; Next, set a value of `eol-type' property. - (if (and (not eol-type) - (or (<= type 3) (= type 5))) + (if (not eol-type) ;; If EOL-TYPE is nil, set a vector of subsidiary coding ;; systems, each corresponds to a coding system for the detected ;; EOL format.