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:
6651455
)
Don't install mel-ccl for anything older than MULE 2.3.
author
morioka
<morioka>
Thu, 8 Oct 1998 06:33:58 +0000
(06:33 +0000)
committer
morioka
<morioka>
Thu, 8 Oct 1998 06:33:58 +0000
(06:33 +0000)
FLIM-ELS
patch
|
blob
|
history
diff --git
a/FLIM-ELS
b/FLIM-ELS
index
bc44f7d
..
2a58ec2
100644
(file)
--- a/
FLIM-ELS
+++ b/
FLIM-ELS
@@
-15,7
+15,8
@@
(setq flim-modules (cons 'mel-b-dl flim-modules))
)
-(if (featurep 'mule)
+(if (and (featurep 'mule)
+ (not (and (boundp 'MULE) MULE)))
(setq flim-modules (cons 'mel-ccl flim-modules))
)