aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--who.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/who.lisp b/who.lisp
index ce80aef..0695ef7 100644
--- a/who.lisp
+++ b/who.lisp
@@ -296,7 +296,8 @@ supplied."
,@(apply 'tree-to-commands forms var rest)))))
(defmacro with-html-output-to-string ((var &optional string-form
- &key (element-type #-:lispworks ''character
+ &key #-(or :ecl :cmu :sbcl)
+ (element-type #-:lispworks ''character
#+:lispworks ''lw:simple-char)
prologue
indent)