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:
cd16acd
)
(emu-modules): Add emu-20 for Emacs 20 and XEmacs/mule.
author
morioka
<morioka>
Sat, 30 Aug 1997 05:30:43 +0000
(
05:30
+0000)
committer
morioka
<morioka>
Sat, 30 Aug 1997 05:30:43 +0000
(
05:30
+0000)
EMU-ELS
patch
|
blob
|
history
diff --git
a/EMU-ELS
b/EMU-ELS
index
8769fe2
..
8ba4731
100644
(file)
--- a/
EMU-ELS
+++ b/
EMU-ELS
@@
-1,6
+1,6
@@
;;; -*-Emacs-Lisp-*-
;;;
-;;; $Id: EMU-ELS,v 1.2 1997-03-14 07:17:34 morioka Exp $
+;;; $Id: EMU-ELS,v 1.3 1997-08-30 05:30:43 morioka Exp $
;;;
(setq emu-modules
@@
-15,10
+15,10
@@
(setq emu-modules
(nconc
(cond (running-mule-merged-emacs
- '(emu-e20)
+ '(emu-e20 emu-20)
)
(running-xemacs-with-mule
- '(emu-x20)
+ '(emu-x20 emu-20)
)
((boundp 'MULE)
'(emu-mule)