(nabe-modules): Don't add `yude-kkc' and `skkdic-ext' when running
authortomo <tomo>
Mon, 19 Sep 2011 03:26:40 +0000 (03:26 +0000)
committertomo <tomo>
Mon, 19 Sep 2011 03:26:40 +0000 (03:26 +0000)
with XEmacs/Mule.

NABE-ELS

index 9ccb0bb..9588d31 100644 (file)
--- a/NABE-ELS
+++ b/NABE-ELS
@@ -3,9 +3,10 @@
 ;;; $Id: NABE-ELS,v 0.5 1996/11/12 09:20:26 morioka Exp morioka $
 ;;;
 
-(setq nabe-modules
-      '(roman-to-kana kana-to-roman
-       nabe yude-kkc yude-canna yude-egg
-       skkdic-ext))
+(setq nabe-modules '(roman-to-kana kana-to-roman nabe yude-canna yude-egg))
+
+(unless (featurep 'xemacs)
+  (add-to-list 'nabe-modules 'yude-kkc)
+  (add-to-list 'nabe-modules 'skkdic-ext))
 
 ;;; NABE-ELS ends here