From 73c8c83b57bef0da5c77bc2147e6c1fb110c988d Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 11 Nov 1999 05:59:08 +0000 Subject: [PATCH] Move definition of charset `ipa' to mule/mule-conf.el. --- lisp/mule/misc-lang.el | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/lisp/mule/misc-lang.el b/lisp/mule/misc-lang.el index b0f9ff3..481691d 100644 --- a/lisp/mule/misc-lang.el +++ b/lisp/mule/misc-lang.el @@ -25,18 +25,6 @@ ;;; Code: -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;;; IPA (International Phonetic Alphabet) -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - -(make-charset 'ipa "International Phonetic Alphabet" - '(registry "MuleIPA" - dimension 1 - chars 96 - final ?0 - graphic 1 - )) ; for XEmacs - (defun setup-ipa-environment () "Setup multilingual environment (MULE) for IPA." (interactive) -- 1.7.10.4