summaryrefslogtreecommitdiff
path: root/extra.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'extra.lisp')
-rw-r--r--extra.lisp3
1 files changed, 1 insertions, 2 deletions
diff --git a/extra.lisp b/extra.lisp
index 916465b..2963e94 100644
--- a/extra.lisp
+++ b/extra.lisp
@@ -41,8 +41,7 @@
(some (lambda (y) (char= x y)) '(#\Space #\Newline #\Tab)))
(defparameter whitespace
- (comp ((_ (optional (many (unit whitespace?)))))
- :whitespace))
+ (comp ((_ (optional (many (unit whitespace?)))))))
(defun separated-list (p separator &key include-separator)
(comp ((v p)