summaryrefslogtreecommitdiff
path: root/lisp/international/mule.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/international/mule.el')
-rw-r--r--lisp/international/mule.el3
1 files changed, 1 insertions, 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.