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:
925d88b
)
Don't install mel-ccl in anything older than XEmacs 21 with MULE.
author
morioka
<morioka>
Sun, 11 Oct 1998 07:46:52 +0000
(07:46 +0000)
committer
morioka
<morioka>
Sun, 11 Oct 1998 07:46:52 +0000
(07:46 +0000)
FLIM-ELS
patch
|
blob
|
history
diff --git
a/FLIM-ELS
b/FLIM-ELS
index
2a58ec2
..
5c232f2
100644
(file)
--- a/
FLIM-ELS
+++ b/
FLIM-ELS
@@
-16,7
+16,9
@@
)
(if (and (featurep 'mule)
- (not (and (boundp 'MULE) MULE)))
+ (not (or (and (boundp 'MULE) MULE)
+ (and (featurep 'xemacs) (< emacs-major-version 21))
+ )))
(setq flim-modules (cons 'mel-ccl flim-modules))
)