From: akr Date: Sat, 24 Oct 1998 12:04:40 +0000 (+0000) Subject: Typo fixed. X-Git-Tag: doodle-1_11_1~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e62c8ad0b1a0f61f6572a9eb726af75040e01a94;p=elisp%2Fflim.git Typo fixed. --- diff --git a/FLIM-ELS b/FLIM-ELS index 7096819..34a8e9f 100644 --- 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