X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=EMU-ELS;h=43ddc3b6c6285c4dfd61d333cb5f53f51d0492b4;hb=6362a76695a230cf04f5da6109a24044949df6da;hp=677ebfcb303b97328c8b5b563f78aa2c644c9f47;hpb=4f1f3f68dff8538938acf0ecc72113b985a77d0e;p=elisp%2Fapel.git diff --git a/EMU-ELS b/EMU-ELS index 677ebfc..43ddc3b 100644 --- a/EMU-ELS +++ b/EMU-ELS @@ -50,20 +50,24 @@ ;; pccl modules; pccl modules depend on broken. (cond - ((featurep 'mule) + ((featurep 'xemacs) (cond ;; XEmacs 21 w/ mule. - ((and (featurep 'xemacs) + ((and (featurep 'mule) (>= emacs-major-version 21)) '(pccl-20 pccl)) + (t + '(pccl)))) + ((featurep 'mule) + (cond ;; Emacs 20. ((>= emacs-major-version 20) '(pccl-20 pccl)) + ;; Mule 1.* and 2.*. (t - ;; Mule 1.* and 2.*. '(pccl-om pccl)))) - (t - '(pccl))) + (t + '(pccl))) ;; pces modules; pces modules depend on poe. (cond