From e617ebe51cb74f3d0bc8e749f1c960b5ee545bde Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 19 Sep 2011 03:26:40 +0000 Subject: [PATCH 1/1] (nabe-modules): Don't add `yude-kkc' and `skkdic-ext' when running with XEmacs/Mule. --- NABE-ELS | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/NABE-ELS b/NABE-ELS index 9ccb0bb..9588d31 100644 --- 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 -- 1.7.10.4