diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-09-18 06:48:03 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-09-18 06:48:03 -0700 |
commit | f73367555810f19906e659622c3677eaa9cce59b (patch) | |
tree | 335ab65c46bfca2bd26cdb78bc0acd350767f3d9 | |
parent | 1c11d63f020a1a6f2e20064027246cb55800f89f (diff) | |
download | txr-f73367555810f19906e659622c3677eaa9cce59b.tar.gz txr-f73367555810f19906e659622c3677eaa9cce59b.tar.bz2 txr-f73367555810f19906e659622c3677eaa9cce59b.zip |
Set the tempfile suffix.
* parser.c (repl): Configure the .tl suffix
in the linenoise object.
-rw-r--r-- | parser.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |