This commit was manufactured by cvs2svn to create tag 'egg-tomo-leim'.
[elisp/egg.git] / egg / wnn.el
index 07a0ae8..d043bf0 100644 (file)
@@ -671,4 +671,17 @@ 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)
+  )
+
 ;;; egg/wnn.el ends here.