Mercurial > emacs
changeset 24308:af1be3f3e04c
(undecided): Set ascii in safe-charsets property.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sat, 13 Feb 1999 02:47:52 +0000 |
parents | 6909b106c5c6 |
children | 92537e14b89b |
files | lisp/international/mule-conf.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-conf.el Sat Feb 13 01:47:07 1999 +0000 +++ b/lisp/international/mule-conf.el Sat Feb 13 02:47:52 1999 +0000 @@ -228,7 +228,8 @@ (put 'undecided 'coding-system (vector t ?- "No conversion on encoding, automatic conversion on decoding" - (list 'alias-coding-systems '(undecided)) + (list 'alias-coding-systems '(undecided) + 'safe-charsets '(ascii)) nil)) (setq coding-system-list (cons 'undecided coding-system-list)) (setq coding-system-alist (cons '("undecided") coding-system-alist))