# HG changeset patch # User Kenichi Handa # Date 961391704 0 # Node ID 4a60ce7cede21bbd8710d4d72c1c8449427282db # Parent b722da8919f6a22e0f1fc479d236106357c70642 (make-coding-system): Generate subsidiary coding systems for EOL handling variants even for a CCL based coding system. diff -r b722da8919f6 -r 4a60ce7cede2 lisp/international/mule.el --- 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.