tm 6.79.
[elisp/apel.git] / emu.el
diff --git a/emu.el b/emu.el
index e0c1c11..55e8d4d 100644 (file)
--- a/emu.el
+++ b/emu.el
@@ -1,7 +1,7 @@
 ;;;
 ;;; emu: Emulation module for each Emacs variants
 ;;;
-;;; $Id: emu.el,v 1.1 1995/08/26 18:22:56 morioka Exp $
+;;; $Id: emu.el,v 2.0 1995/09/08 17:47:33 morioka Exp $
 ;;;
 
 (cond ((boundp 'MULE)  (require 'emu-mule))
@@ -9,6 +9,10 @@
       (t               (require 'emu-orig))
       )
 
+(if (string-match "XEmacs\\|Lucid" emacs-version)
+    (require 'emu-xemacs)
+  )
+
 
 ;;; @ Emacs 19.29 emulation
 ;;;