From 1c5c75bca7ee7188e51472d009d04a0568e254c3 Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 7 Feb 1998 15:43:17 +0000 Subject: [PATCH] (egg-activate-wnn): Moved from leim-list-egg.el. Require egg. Load egg/wnnrpc.el. --- egg/wnn.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/egg/wnn.el b/egg/wnn.el index 723bb98..400aaa0 100644 --- a/egg/wnn.el +++ b/egg/wnn.el @@ -671,6 +671,19 @@ Take one argument DIC-SPEC for dictionary specification." (wnnrpc-add-word env dic-number yomi kanji comment hinshi-id initial-freq))) + +;;; setup + +(require 'egg) +(load "egg/wnnrpc") + +;;;###autoload +(defun egg-activate-wnn (&optional arg) + "Activate Wnn backend of Tamagotchy." + (setq egg-conversion-backend wnn-conversion-backend) + (egg-mode arg) + ) + (provide 'egg/wnn) ;;; egg/wnn.el ends here. -- 1.7.10.4