# HG changeset patch # User Eli Zaretskii # Date 915083080 0 # Node ID f3102db5fde05e02bd0112bdb70d5b0bc382ceca # Parent 8a2363657bcc94161c807821d5496505696cea62 (prefer-coding-system): Fix previous change. diff -r 8a2363657bcc -r f3102db5fde0 lisp/international/mule-cmds.el --- a/lisp/international/mule-cmds.el Thu Dec 31 01:49:11 1998 +0000 +++ b/lisp/international/mule-cmds.el Thu Dec 31 05:44:40 1998 +0000 @@ -265,7 +265,7 @@ (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))