From: Kenichi Handa Date: Mon, 19 Jun 2000 05:15:04 +0000 (+0000) Subject: (make-coding-system): Generate subsidiary coding systems for EOL X-Git-Tag: emacs-pretest-21.0.90~3259 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=af873cd1e631f04a3bc6c046cc11c01adb7500b2;p=emacs.git (make-coding-system): Generate subsidiary coding systems for EOL handling variants even for a CCL based coding system. --- 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.