projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b82589
)
fixed.
author
morioka
<morioka>
Thu, 17 Sep 1998 16:30:28 +0000
(16:30 +0000)
committer
morioka
<morioka>
Thu, 17 Sep 1998 16:30:28 +0000
(16:30 +0000)
EMU-ELS
patch
|
blob
|
history
diff --git
a/EMU-ELS
b/EMU-ELS
index
8b001da
..
ae0ba70
100644
(file)
--- a/
EMU-ELS
+++ b/
EMU-ELS
@@
-37,6
+37,15
@@
mcs-modules (cons 'mcs-e20 (cons 'mcs-20
mcs-modules))
pccl-modules (cons 'pccl-20 pccl-modules))
+
+ (setq poem-modules
+ (cons
+ (if (and
+ (fboundp 'set-buffer-multibyte)
+ (subrp (symbol-function 'set-buffer-multibyte)))
+ 'poem-e20_3
+ 'poem-e20_2)
+ poem-modules))
)
(t
(setq poem-modules (cons 'poem-om poem-modules)