From 6f9dc4fd9ec9d2d17e0c9402c00ed4afb3335967 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 31 Dec 1998 05:44:40 +0000 Subject: [PATCH] (prefer-coding-system): Fix previous change. --- lisp/international/mule-cmds.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2