From af873cd1e631f04a3bc6c046cc11c01adb7500b2 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 19 Jun 2000 05:15:04 +0000 Subject: [PATCH] (make-coding-system): Generate subsidiary coding systems for EOL handling variants even for a CCL based coding system. --- lisp/international/mule.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 6bb1bef0b3c..809015c5e23 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -734,8 +734,7 @@ a value of `safe-charsets' in PLIST." (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. -- 2.39.5