diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-09-24 21:25:19 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-09-24 21:25:19 -0700 |
commit | c1a58a1f8903be21f8c52b70d1ed9e115e7c8d8b (patch) | |
tree | 0973c9c4b27b28bff03dd1f4fc75bb3db5aa9ad1 /ChangeLog | |
parent | be8c893f57c2816cd00234286f2f17fa15924e6e (diff) | |
download | txr-c1a58a1f8903be21f8c52b70d1ed9e115e7c8d8b.tar.gz txr-c1a58a1f8903be21f8c52b70d1ed9e115e7c8d8b.tar.bz2 txr-c1a58a1f8903be21f8c52b70d1ed9e115e7c8d8b.zip |
* eval.c (apply): Fix in error message: hard coded "apply" instead
of using ctx_form.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2012-09-24 Kaz Kylheku <kaz@kylheku.com> + * eval.c (apply): Fix in error message: hard coded "apply" instead + of using ctx_form. + +2012-09-24 Kaz Kylheku <kaz@kylheku.com> + Bugfix: internal funcall functions not handling functions with optional arguments. |