diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-05-09 10:44:02 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-05-09 10:44:02 -0700 |
commit | 0bb51d8600ea8b9f6cda97071a586a4f1ee5837e (patch) | |
tree | dcb05a9a4d513d06e3d152641b5ce9dfd7dfa4dc /ChangeLog | |
parent | 3352b5c79b59bb847f4b69dd58be37f78d2341de (diff) | |
download | txr-0bb51d8600ea8b9f6cda97071a586a4f1ee5837e.tar.gz txr-0bb51d8600ea8b9f6cda97071a586a4f1ee5837e.tar.bz2 txr-0bb51d8600ea8b9f6cda97071a586a4f1ee5837e.zip |
Improve error message related to splice misuse.
* eval.c (expand_qquote): Corrected awkward error message text
which was saying that a splice "cannot occur as an atom".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2015-05-09 Kaz Kylheku <kaz@kylheku.com> + Improve error message related to splice misuse. + + * eval.c (expand_qquote): Corrected awkward error message text + which was saying that a splice "cannot occur as an atom". + +2015-05-09 Kaz Kylheku <kaz@kylheku.com> + Adding pset operator. * place.tl (pset): New macro. |