From: Eli Zaretskii Date: Thu, 31 Dec 1998 05:44:40 +0000 (+0000) Subject: (prefer-coding-system): Fix previous change. X-Git-Tag: emacs-20.4~983 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f9dc4fd9ec9d2d17e0c9402c00ed4afb3335967;p=emacs.git (prefer-coding-system): Fix previous change. --- diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index ecb7bab89f5..5d11e342c76 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -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))