summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2007-09-05 22:33:03 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2007-09-05 22:33:03 +0200
commit63d188f6c94335a952c6c57c8a49b249423440a6 (patch)
treeedf3644c65af8108b42bea72f07810d118b20612 /package.lisp
parent3c73865c134159de8d2919007b59941852998ed4 (diff)
Improve documentation for MATCHING-DEFUN, add the macros MATCHING-LABELS and MATCHING-FLET.HEADmaster
darcs-hash:300c4c44287e6f624f607473bcaa807c83bc7b4c
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.lisp b/package.lisp
index 9bbca5a..984d1cf 100644
--- a/package.lisp
+++ b/package.lisp
@@ -1,5 +1,5 @@
-(defpackage #:mulkutils
- (:nicknames #:mulk.lambda #:mulk #:mulk-utils #:mulk.utils)
+(defpackage #:mulk.utils
+ (:nicknames #:mulk.lambda #:mulk #:mulk-utils #:mulkutils)
(:use #:cl)
(:export #:efn #:fn #:efn1 #:fn1 #:fn*
#:matching-defun #:matching-flet #:matching-labels))