Admin/MacOS/App1/script
changeset 41610 9f99196ebd9f
parent 33912 a5e6e849a0d8
child 41642 b9442d9ce7f5
--- a/Admin/MacOS/App1/script	Tue Jan 18 21:29:56 2011 +0100
+++ b/Admin/MacOS/App1/script	Tue Jan 18 21:33:07 2011 +0100
@@ -58,6 +58,7 @@
 
 OUTPUT="/tmp/isabelle$$.out"
 
+# ( "$ISABELLE_TOOL" jedit "$@" ) > "$OUTPUT" 2>&1
 ( "$ISABELLE_TOOL" emacs "${EMACS_OPTIONS[@]}" "$@" ) > "$OUTPUT" 2>&1
 RC=$?