diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-02-17 23:27:21 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-02-17 23:27:21 -0800 |
commit | 0c9e4bf7503de3feca97c602689d73b467b33889 (patch) | |
tree | 7a6c2cee8c041dd22bd3591355529c296d5bcd33 /ChangeLog | |
parent | 8c299f44b94d4462147b9e3cb782c52c3669a1e5 (diff) | |
download | txr-0c9e4bf7503de3feca97c602689d73b467b33889.tar.gz txr-0c9e4bf7503de3feca97c602689d73b467b33889.tar.bz2 txr-0c9e4bf7503de3feca97c602689d73b467b33889.zip |
* eval.c (dwim_loc): 2012-02-13 fix didn't do it.
Here is a simpler way. We can let nil be treated as a list with a
simple goto. This solves all cases.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-02-17 Kaz Kylheku <kaz@kylheku.com> + + * eval.c (dwim_loc): 2012-02-13 fix didn't do it. + Here is a simpler way. We can let nil be treated as a list with a + simple goto. This solves all cases. + 2012-02-16 Kaz Kylheku <kaz@kylheku.com> * eval.c (eval_init): Register match-fun. |