From 5ca4e01082c0eae88a48bf9f24771779e6d0571d Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 12 Jul 2007 13:13:36 +0200 Subject: Change the FN syntax from (FN FUNCTION-NAME ...) to (FN FUNCTION ...). Where you previously wrote (FN + _ 10), you must now write (FN #'+ _ 10). This makes FN forms both easier to read and more useful in the presence of function objects. This change also applies to the macros FN1, EFN and EFN1. darcs-hash:eb87a513719bff03d185a022875f048f062eb6c4 --- mulkutils.asd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mulkutils.asd') diff --git a/mulkutils.asd b/mulkutils.asd index 84a767f..696584f 100644 --- a/mulkutils.asd +++ b/mulkutils.asd @@ -1,6 +1,6 @@ (defsystem "mulkutils" :description "Random utilities by Matthias Benkard." - :version "0.0.1" + :version "0.0.2" :author "Matthias Benkard " :licence "GNU General Public License, version 2 or higher" :depends-on () -- cgit v1.2.3