X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=jscl.html;h=47b4efb6468c14991b9a8639cb794d8ef71a054a;hb=dd113ef1c4663441fc3037922273c45cf5cc3c64;hp=782db20ee04361c642e1a7b29d38c67c3015d3d6;hpb=0d37d7988530c312463a72eaa42ab1fb4a340f68;p=jscl.git diff --git a/jscl.html b/jscl.html index 782db20..47b4efb 100644 --- a/jscl.html +++ b/jscl.html @@ -77,28 +77,28 @@ var startPrompt = function () { // Start the prompt with history enabled. - jqconsole.Write(xstring(lisp.evalString(pv, 1, make_lisp_string('(CL:PACKAGE-NAME CL:*PACKAGE*)'))) + '> ', 'jqconsole-prompt'); + jqconsole.Write(lisp.evalString('(CL:PACKAGE-NAME CL:*PACKAGE*)') + '> ', 'jqconsole-prompt'); jqconsole.Prompt(true, function (input) { // Output input with the class jqconsole-return. if (input[0] != ','){ try { - var vs = lisp.evalInput(mv, 1, make_lisp_string(input)); - for (var i=0; i