Mercurial > emacs
changeset 23966:f3102db5fde0
(prefer-coding-system): Fix previous change.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 31 Dec 1998 05:44:40 +0000 |
parents | 8a2363657bcc |
children | e4039c35f2f8 |
files | lisp/international/mule-cmds.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))