* FLIM-ELS: (flim-modules): Do not install mel-b-ccl.el for
authorakr <akr>
Thu, 12 Nov 1998 07:18:22 +0000 (07:18 +0000)
committerakr <akr>
Thu, 12 Nov 1998 07:18:22 +0000 (07:18 +0000)
mule-2.3@19.34.

ChangeLog
FLIM-ELS

index 769ec50..f022f26 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
 
+       * FLIM-ELS: (flim-modules): Do not install mel-b-ccl.el for
+       mule-2.3@19.34.
+
+1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
+
        * mel-q-ccl.el (mel-ccl-encode-quoted-printable-generic): workaround 
-       for mule 2.3@19.34.
+       for mule-2.3@19.34.
 
 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
 
index 44fdc70..ae577f4 100644 (file)
--- a/FLIM-ELS
+++ b/FLIM-ELS
@@ -21,6 +21,8 @@
 
 (require 'pccl)
 (unless-broken ccl-usable
-  (setq flim-modules (cons 'mel-b-ccl (cons 'mel-q-ccl flim-modules))))
+  (if (not (and (boundp 'MULE) MULE))
+      (setq flim-modules (cons 'mel-b-ccl flim-modules)))
+  (setq flim-modules (cons 'mel-q-ccl flim-modules)))
 
 ;;; FLIM-ELS ends here