From 9a12d1895c5678173d097c14557759aad03dbdb6 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 20 Apr 1998 05:37:57 +0000 Subject: [PATCH] (emu-modules): fixed. --- EMU-ELS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EMU-ELS b/EMU-ELS index 66ad99d..0ae57f0 100644 --- a/EMU-ELS +++ b/EMU-ELS @@ -1,6 +1,6 @@ ;;; -*-Emacs-Lisp-*- ;;; -;;; $Id: EMU-ELS,v 1.7 1998-04-17 01:09:17 morioka Exp $ +;;; $Id: EMU-ELS,v 1.8 1998-04-20 05:37:57 morioka Exp $ ;;; (setq emu-modules @@ -22,7 +22,7 @@ '(emu-latin1) ; for XEmacs without MULE )) ) - ((featurep 'mule) + (running-mule-merged-emacs ;; for Emacs 20.1 or later (cons (if (= (length "あ") 1) 'emu-e20_3 ; for Emacs 20.3 -- 1.7.10.4