From b6f6b8bf4407771b34ae9950828c8c9819969a74 Mon Sep 17 00:00:00 2001 From: Eric Swenson Date: Fri, 13 Jul 2018 15:29:55 -0700 Subject: [PATCH] Fix Macsyma example command, which doesn't work due to missing link in MACSYM; MANUAL DEMO. Resolves #1060. --- build/lisp.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/build/lisp.tcl b/build/lisp.tcl index 23f8f8a8..0a31b252 100644 --- a/build/lisp.tcl +++ b/build/lisp.tcl @@ -540,6 +540,7 @@ respond "(C1)" "quit();" respond "*" ":link sys3;ts macsym,maxdmp;loser >\r" respond "*" ":link demo;manual demo,demo;manual >\r" +respond "*" ":link manual;manual demo,demo;manual demo\r" ### build ctensr for macsyma # ejs: commented out until we can fix NXM error in KA10 emulator