Typo fixed.
authorakr <akr>
Sat, 24 Oct 1998 12:04:40 +0000 (12:04 +0000)
committerakr <akr>
Sat, 24 Oct 1998 12:04:40 +0000 (12:04 +0000)
FLIM-ELS

index 7096819..34a8e9f 100644 (file)
--- a/FLIM-ELS
+++ b/FLIM-ELS
@@ -39,8 +39,7 @@
         (not (or (and (boundp 'MULE) MULE)
                  (and (featurep 'xemacs) (< emacs-major-version 21))
                  )))
-    (setq flim-modules (cons 'mel-b-ccl flim-modules))
-    (setq flim-modules (cons 'mel-q-ccl flim-modules))
+    (setq flim-modules (cons 'mel-q-ccl (cons 'mel-b-ccl flim-modules)))
   )
 
 ;;; FLIM-ELS ends here