From 907421186cabe3e5e74326c6a46f517d9e34f816 Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 17 Apr 1998 01:09:17 +0000 Subject: [PATCH] (emu-modules): Add 'emu-e20_3 for Emacs 20.3. --- EMU-ELS | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/EMU-ELS b/EMU-ELS index 7a63127..66ad99d 100644 --- a/EMU-ELS +++ b/EMU-ELS @@ -1,6 +1,6 @@ ;;; -*-Emacs-Lisp-*- ;;; -;;; $Id: EMU-ELS,v 1.6 1998-04-17 00:28:38 morioka Exp $ +;;; $Id: EMU-ELS,v 1.7 1998-04-17 01:09:17 morioka Exp $ ;;; (setq emu-modules @@ -24,7 +24,11 @@ ) ((featurep 'mule) ;; for Emacs 20.1 or later - '(emu-20 emu-e19 emu-e20 emu-e20_2) + (cons (if (= (length "あ") 1) + 'emu-e20_3 ; for Emacs 20.3 + 'emu-e20_2 ; for Emacs 20.1 and 20.2 + ) + '(emu-20 emu-e19 emu-e20)) ) ((boundp 'MULE) ;; for MULE 1.* and MULE 2.* -- 1.7.10.4