summaryrefslogtreecommitdiff
path: root/mulkutils.asd
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2007-07-12 13:13:36 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2007-07-12 13:13:36 +0200
commit5ca4e01082c0eae88a48bf9f24771779e6d0571d (patch)
tree2a1d1ad49130600f50c2ebfaef06a0fbb13d6beb /mulkutils.asd
parent84aa8b5a3c9aabf50bb1a39a632f113e794cf139 (diff)
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
Diffstat (limited to 'mulkutils.asd')
-rw-r--r--mulkutils.asd2
1 files changed, 1 insertions, 1 deletions
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 <matthias@benkard.de>"
:licence "GNU General Public License, version 2 or higher"
:depends-on ()