Mercurial > emacs
changeset 22713:e7e1cecf3a1c
("IPA"): Add coding-priority and coding-system.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 08 Jul 1998 02:19:14 +0000 |
parents | 6f129ed55108 |
children | e632673d8975 |
files | lisp/language/misc-lang.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/misc-lang.el Wed Jul 08 02:19:14 1998 +0000 +++ b/lisp/language/misc-lang.el Wed Jul 08 02:19:14 1998 +0000 @@ -34,6 +34,8 @@ (set-language-info-alist "IPA" '((setup-function . setup-ipa-environment) (charset . (ipa)) + (coding-priority iso-2022-7bit) + (coding-system iso-2022-7bit) (documentation . "\ IPA is International Phonetic Alphabet for English, French, German and Italian.")))