comparison lisp/international/mule-cmds.el @ 30268:abaabcf2c67c

(select-safe-coding-system): Fix typo in the comment.
author Kenichi Handa <handa@m17n.org>
date Tue, 18 Jul 2000 11:13:55 +0000
parents 74886b751ce2
children 822b51279bd3
comparison
equal deleted inserted replaced
30267:de25d5bce005 30268:abaabcf2c67c
481 ;; As the text doesn't contain a multibyte character, we can 481 ;; As the text doesn't contain a multibyte character, we can
482 ;; use any coding system. 482 ;; use any coding system.
483 (setq coding-system default-coding-system) 483 (setq coding-system default-coding-system)
484 484
485 ;; Try the default. If the default is nil or undecided, try the 485 ;; Try the default. If the default is nil or undecided, try the
486 ;; most prefered one or one of its subsidiaries that converts 486 ;; most preferred one or one of its subsidiaries that converts
487 ;; EOL as the same way as the default. 487 ;; EOL as the same way as the default.
488 (if (or (not default-coding-system) 488 (if (or (not default-coding-system)
489 (eq (coding-system-base default-coding-system) 'undecided)) 489 (eq (coding-system-base default-coding-system) 'undecided))
490 (progn 490 (progn
491 (setq eol-type 491 (setq eol-type