From f75994545cb88c6625e4122afa61fbbe1adeb081 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 3 Mar 2012 21:16:43 -0800 Subject: Version 60 * txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. * RELNOTES: Updated. * txr.vim: Handle : symbol properly. * eval.c (op_defun): Bugfix: documentation says that defun supports the same parameter list as lambda, and that is the intent. But this was broken, since op_defun was expecting the parameter list to be a proper list containing only bindable symbols, ruling out the use of the consing dot for rest parameter as well as the colon keyword symbol for optional parmeters. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 6ed4b41b..331f7ab1 100755 --- a/configure +++ b/configure @@ -357,7 +357,7 @@ fi # -txr_ver=59 +txr_ver=60 # # The all important banner. -- cgit v1.2.3