aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii1998-12-31 05:44:40 +0000
committerEli Zaretskii1998-12-31 05:44:40 +0000
commit6f9dc4fd9ec9d2d17e0c9402c00ed4afb3335967 (patch)
treee6b53d1321c7cccfa722d6c8bb7197734d1c4c54
parentcac7e5a8cf4c04112c13d038c9a14b6b53a42043 (diff)
downloademacs-6f9dc4fd9ec9d2d17e0c9402c00ed4afb3335967.tar.gz
emacs-6f9dc4fd9ec9d2d17e0c9402c00ed4afb3335967.zip
(prefer-coding-system): Fix previous change.
-rw-r--r--lisp/international/mule-cmds.el2
1 files changed, 1 insertions, 1 deletions
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."
265 (message "Highest priority is set to %s (base of %s)" 265 (message "Highest priority is set to %s (base of %s)"
266 base coding-system)) 266 base coding-system))
267 ;; If they asked for specific EOL conversion, honor that. 267 ;; If they asked for specific EOL conversion, honor that.
268 (if (memq eol-type '(0 1 2 unix dos mac)) 268 (if (memq eol-type '(0 1 2))
269 (setq coding-system 269 (setq coding-system
270 (coding-system-change-eol-conversion base eol-type)) 270 (coding-system-change-eol-conversion base eol-type))
271 (setq coding-system base)) 271 (setq coding-system base))