From 848e5565a06fc206f159f6544fb8fba376381c30 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 3 Jun 2014 06:27:43 -0700 Subject: * eval.c (eval_lisp1): Function removed. (op_dwim, dwim_locs): Removing silly logic of separately calling eval_lisp1 on the functor, and eval_lisp1_args on its arguments, since lisp1 evaluation treats all position the same way. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3ff7b5bf..7f475e77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-06-03 Kaz Kylheku + + * eval.c (eval_lisp1): Function removed. + (op_dwim, dwim_locs): Removing silly logic of separately calling + eval_lisp1 on the functor, and eval_lisp1_args on its arguments, since + lisp1 evaluation treats all position the same way. + 2014-06-03 Kaz Kylheku Documenting the return value of rplaca and rplacd, and changing -- cgit v1.2.3