From 3abab8c7cf234f7d386e0ea470ebcb941e7511aa Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 21 Apr 1998 13:49:37 +0000 Subject: [PATCH] Modify header. --- EMU-ELS | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/EMU-ELS b/EMU-ELS index 6e1626b..625789e 100644 --- a/EMU-ELS +++ b/EMU-ELS @@ -1,7 +1,8 @@ ;;; -*-Emacs-Lisp-*- -;;; -;;; $Id: EMU-ELS,v 1.3.2.1 1998-04-21 13:29:47 morioka Exp $ -;;; + +;; EMU-ELS: list of EMU modules to install + +;;; Code: (setq emu-modules (cons @@ -22,7 +23,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