]> git.eshelyaron.com Git - emacs.git/commitdiff
Call set-language-info-alist for IPA.
authorKenichi Handa <handa@m17n.org>
Wed, 2 Jul 1997 12:58:31 +0000 (12:58 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 2 Jul 1997 12:58:31 +0000 (12:58 +0000)
(setup-ipa-environment): New function.

lisp/language/misc-lang.el

index 1768fec8a3184862718e8cc1f1536efe5b9287c6..0e9526a042084cc3e3365e4aea610280aa26101b 100644 (file)
 ;;; IPA (International Phonetic Alphabet)
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
+(defun setup-ipa-environment ()
+  "Setup multilingual environment (MULE) for IPA."
+  (interactive)
+  (setup-english-environment))
+
+(set-language-info-alist
+ "IPA" '((setup-function . setup-ipa-environment)
+        (charset . (ipa))
+        (documentation . "\
+IPA is International Phonetic Alphabet for English, French, German
+and Italian.")))
+
 ;;; misc-lang.el ends here
+