From 1fd4e684e1f3c6433b75ab4d508dc8838468844f Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 30 Aug 1997 05:30:43 +0000 Subject: [PATCH 1/1] (emu-modules): Add emu-20 for Emacs 20 and XEmacs/mule. --- EMU-ELS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 1.7.10.4