From: morioka Date: Sat, 30 Aug 1997 05:30:43 +0000 (+0000) Subject: (emu-modules): Add emu-20 for Emacs 20 and XEmacs/mule. X-Git-Tag: XEmacs-20_3-b27-viet~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1fd4e684e1f3c6433b75ab4d508dc8838468844f;hp=cd16acd2459dd574059045b03085e0b962ddcc6a;p=elisp%2Fapel.git (emu-modules): Add emu-20 for Emacs 20 and XEmacs/mule. --- diff --git a/EMU-ELS b/EMU-ELS index 8769fe2..8ba4731 100644 --- 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)