replaced ML by ML_val;
authorwenzelm
Wed, 09 Apr 2008 21:49:33 +0200
changeset 26592 44cc22b19330
parent 26591 74b3c93f2428
child 26593 8375332b3c96
replaced ML by ML_val;
lib/classes/isabelle/IsabelleProcess.java
--- a/lib/classes/isabelle/IsabelleProcess.java	Wed Apr 09 20:47:17 2008 +0200
+++ b/lib/classes/isabelle/IsabelleProcess.java	Wed Apr 09 21:49:33 2008 +0200
@@ -323,7 +323,7 @@
      */
     public synchronized void ML(String text) throws IsabelleProcessException
     {
-        outputSync("ML " + encodeString(text));
+        outputSync("ML_val " + encodeString(text));
     }
 
     /**
@@ -331,7 +331,7 @@
      */
     public synchronized void ML(Properties props, String text) throws IsabelleProcessException
     {
-        command(props, "ML " + encodeString(text));
+        command(props, "ML_val " + encodeString(text));
     }