From f73367555810f19906e659622c3677eaa9cce59b Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 18 Sep 2015 06:48:03 -0700 Subject: Set the tempfile suffix. * parser.c (repl): Configure the .tl suffix in the linenoise object. --- parser.c | 1 + 1 file changed, 1 insertion(+) (limited to 'parser.c') diff --git a/parser.c b/parser.c index e0bf0c69..7e29cce7 100644 --- a/parser.c +++ b/parser.c @@ -594,6 +594,7 @@ val repl(val bindings, val in_stream, val out_stream) reg_varl(result_hash_sym, result_hash); lino_set_completion_cb(ls, provide_completions, 0); + lino_set_tempfile_suffix(ls, ".tl"); if (histfile) lino_hist_load(ls, histfile_u8); -- cgit v1.2.3