]> git.eshelyaron.com Git - emacs.git/commitdiff
(prefer-coding-system): Fix previous change.
authorEli Zaretskii <eliz@gnu.org>
Thu, 31 Dec 1998 05:44:40 +0000 (05:44 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 31 Dec 1998 05:44:40 +0000 (05:44 +0000)
lisp/international/mule-cmds.el

index ecb7bab89f5a6e20e15dcdfa1cb48a822c29d2ce..5d11e342c76b7e2616d0c97da3dc9851e96e9a85 100644 (file)
@@ -265,7 +265,7 @@ startup."
        (message "Highest priority is set to %s (base of %s)"
                 base coding-system))
     ;; If they asked for specific EOL conversion, honor that.
-    (if (memq eol-type '(0 1 2 unix dos mac))
+    (if (memq eol-type '(0 1 2))
        (setq coding-system
              (coding-system-change-eol-conversion base eol-type))
       (setq coding-system base))