X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=views.lisp;h=d5536ce698344e96f249bdcc8f05eaa58319e35e;hb=a6f1352130e8906bdf107dc24c01b5958ea8a979;hp=e7fb1d62462ff182bf919503ac6c9912fe6e00a0;hpb=05aebff043c86b2c29831e2db484d850e124bb07;p=hyperobject.git diff --git a/views.lisp b/views.lisp index e7fb1d6..d5536ce 100644 --- a/views.lisp +++ b/views.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: views.lisp,v 1.43 2003/05/14 21:15:11 kevin Exp $ +;;;; $Id: views.lisp,v 1.44 2003/05/14 21:18:12 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2003 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -161,7 +161,7 @@ ) (defmacro write-simple (v s) - `(typecase v + `(typecase ,v (string (write-string ,v ,s)) #+allegro