From d2bd40bfcb995fecb947035b0c896342ca22cdd6 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 15 Nov 2015 12:47:48 -0800 Subject: 2447 --- html/091run_interactive.cc.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'html/091run_interactive.cc.html') diff --git a/html/091run_interactive.cc.html b/html/091run_interactive.cc.html index 30490309..b96eeb50 100644 --- a/html/091run_interactive.cc.html +++ b/html/091run_interactive.cc.html @@ -111,14 +111,13 @@ bool run_interactive(long long int address} string command = trim(strip_comments(read_mu_string(address))); if (command.empty()) return false; - Recipe.erase(get(Recipe_ordinal, "interactive")); Name[get(Recipe_ordinal, "interactive")].clear(); run_code_begin(); // don't kill the current routine on parse errors routine* save_current_routine = Current_routine; Current_routine = NULL; // call run(string) but without the scheduling - load(string("recipe interactive [\n") + + load(string("recipe! interactive [\n") + "local-scope\n" + "screen:address:screen <- next-ingredient\n" + "$start-tracking-products\n" + -- cgit 1.4.1-2-gfad0