*** empty log message ***
[m17n/m17n-lib-cs.git] / expr.cs
diff --git a/expr.cs b/expr.cs
index d73ce59..3ad5f76 100644 (file)
--- a/expr.cs
+++ b/expr.cs
@@ -24,7 +24,7 @@ public class Test
   {
     MExpression.Domain domain = new MExpression.Domain (null);
 
-    domain.Defun ("insert", new MExpression.Evaluator (insert), 1, 1, false);
+    domain.Defun ("insert", insert, 1, 1, false);
     domain.Bind (MSymbol.Of ("X"), 10);
     domain.Bind (Mpreedit, new MText ("PREEDIT TEXT"));