diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-05-04 20:00:03 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-05-04 20:00:03 -0700 |
commit | 0069028dae00202642c2e79928dbd290c7138fe3 (patch) | |
tree | efb72a389bc0166bb3a81950365c7260d771cfa9 /shell | |
parent | 9156823c5d1ba6bd79f2f3f07f903b0337203c36 (diff) | |
download | mu-0069028dae00202642c2e79928dbd290c7138fe3.tar.gz |
.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/evaluate.mu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/evaluate.mu b/shell/evaluate.mu index 2bcde675..25a82f52 100644 --- a/shell/evaluate.mu +++ b/shell/evaluate.mu @@ -1554,7 +1554,7 @@ fn test-evaluate-backquote-list-with-unquote-splice { new-pair tmp-ah, a-h, tmp-h # tmp = cons(backquote, tmp) new-pair tmp-ah, backquote-h, tmp-h - dump-cell-from-cursor-over-full-screen tmp-ah +#? dump-cell-from-cursor-over-full-screen tmp-ah # evaluate tmp-ah, tmp-ah, env-h, 0/no-globals, 0/no-trace, 0/no-screen, 0/no-keyboard, 0/call-number # result is (a a 3 b) |