;;; -*-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
)
((featurep 'mule)
;; for Emacs 20.1 or later
- '(emu-20 emu-e19 emu-e20 emu-e20_2)
+ (cons (if (= (length "\e$B$"\e(B") 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.*