(egg-activate-wnn): Moved from leim-list-egg.el.
authormorioka <morioka>
Sat, 7 Feb 1998 15:43:17 +0000 (15:43 +0000)
committermorioka <morioka>
Sat, 7 Feb 1998 15:43:17 +0000 (15:43 +0000)
Require egg.
Load egg/wnnrpc.el.

egg/wnn.el

index 723bb98..400aaa0 100644 (file)
@@ -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.