Mercurial > hg > xemacs-beta
diff lisp/dumped-lisp.el @ 4072:aa28d959af41
[xemacs-hg @ 2007-07-22 22:03:29 by aidan]
Add support for non-ISO2022 8 bit fixed-width coding-systems
author | aidan |
---|---|
date | Sun, 22 Jul 2007 22:04:14 +0000 |
parents | c585f0c06591 |
children | 9fec7fedbf1b |
line wrap: on
line diff
--- a/lisp/dumped-lisp.el Sun Jul 22 21:53:08 2007 +0000 +++ b/lisp/dumped-lisp.el Sun Jul 22 22:04:14 2007 +0000 @@ -178,7 +178,6 @@ ;; All files after this can have extended characters in them. (when (featurep 'mule) '("mule/mule-category" - "mule/mule-ccl" "mule/kinsoku" )) @@ -212,10 +211,12 @@ "mule/devanagari" ; must be loaded after indian.el "mule/japanese" "mule/korean" - "mule/lao" + "mule/lao" ; sucks. "mule/latin" "mule/misc-lang" ;; "thai" #### merge thai and thai-xtis!!! + ;; #### Even better; take out thai-xtis! It's not even a + ;; standard, and no-one uses it. "mule/thai-xtis" "mule/tibetan" "mule/vietnamese" @@ -223,17 +224,6 @@ ;; Specialized language support (when (featurep 'mule) "mule/canna-leim") -;; Egg/Its is now a package -; (when (featurep '(and mule wnn)) -; '("egg-leim" "egg-kwnn-leim" "egg-cwnn-leim")) -; (when (featurep 'mule) "mule/egg-sj3-leim") -;; SKK is now a package -; (when (featurep 'mule) "mule/skk-leim") - -;; Enable Mule capability for Gnus, mail, etc... -;; Moved to sunpro-load.el - the default only for Sun. -;;(pureload "mime-setup") - ;; needs access to the charsets created by the above ;; language-specific files. (when (and (featurep 'mule) (valid-console-type-p 'mswindows))