projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0f10b9
)
Typo fixed.
author
akr
<akr>
Sat, 24 Oct 1998 12:04:40 +0000
(12:04 +0000)
committer
akr
<akr>
Sat, 24 Oct 1998 12:04:40 +0000
(12:04 +0000)
FLIM-ELS
patch
|
blob
|
history
diff --git
a/FLIM-ELS
b/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