]> git.eshelyaron.com Git - emacs.git/commitdiff
(make-coding-system): Generate subsidiary coding systems for EOL
authorKenichi Handa <handa@m17n.org>
Mon, 19 Jun 2000 05:15:04 +0000 (05:15 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 19 Jun 2000 05:15:04 +0000 (05:15 +0000)
handling variants even for a CCL based coding system.

lisp/international/mule.el

index 6bb1bef0b3c774b138cc793498f50ec4216ede4f..809015c5e23a8de4f299a52785283adc531a0b5c 100644 (file)
@@ -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.