aboutsummaryrefslogtreecommitdiff
path: root/src/combinator.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/combinator.lisp')
-rw-r--r--src/combinator.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combinator.lisp b/src/combinator.lisp
index 02e558c..2101132 100644
--- a/src/combinator.lisp
+++ b/src/combinator.lisp
@@ -107,7 +107,7 @@ apply the elements of REQUIREMENTS in reverse order."
;; note that the :FAILED-CHANGE value is only used within this function and
;; should not be returned by property subroutines, per the spec
(defun apply-and-print (propapps &optional unapply)
- (let ((buffer (make-array '(0) :element-type 'base-char
+ (let ((buffer (make-array '(0) :element-type 'character
:fill-pointer 0 :adjustable t))
(return-value :no-change)
;; Remove any null propapps because we don't want to print anything