diff lisp/mule/misc-lang.el @ 422:95016f13131a r21-2-19

Import from CVS: tag r21-2-19
author cvs
date Mon, 13 Aug 2007 11:25:01 +0200
parents 697ef44129c6
children
line wrap: on
line diff
--- a/lisp/mule/misc-lang.el	Mon Aug 13 11:24:10 2007 +0200
+++ b/lisp/mule/misc-lang.el	Mon Aug 13 11:25:01 2007 +0200
@@ -1,6 +1,6 @@
 ;;; misc-lang.el --- support for miscellaneous languages (characters)
 
-;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
+;; Copyright (C) 1995,1999 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
 ;; Copyright (C) 1997 MORIOKA Tomohiko
 
@@ -40,11 +40,13 @@
 (defun setup-ipa-environment ()
   "Setup multilingual environment (MULE) for IPA."
   (interactive)
-  (setup-english-environment))
+  (set-language-environment "IPA"))
 
 (set-language-info-alist
- "IPA" '((setup-function . setup-ipa-environment)
-	 (charset . (ipa))
+ "IPA" '((charset . (ipa))
+	 (coding-priority iso-2022-7bit)
+	 (coding-system iso-2022-7bit)
+	 (input-method . "ipa")
 	 (documentation . "\
 IPA is International Phonetic Alphabet for English, French, German
 and Italian.")))