r4862: Auto commit for Debian build
[hyperobject.git] / mop.lisp
index 458736b367191021cb18d2d8b093535f336cec1a..b34541c11d7982647d1638cda566bd52fb438b38 100644 (file)
--- a/mop.lisp
+++ b/mop.lisp
@@ -11,7 +11,7 @@
 ;;;; in Text, HTML, and XML formats. This includes hyperlinking
 ;;;; capability and sub-objects.
 ;;;;
-;;;; $Id: mop.lisp,v 1.68 2003/05/06 22:13:38 kevin Exp $
+;;;; $Id: mop.lisp,v 1.69 2003/05/06 22:19:09 kevin Exp $
 ;;;;
 ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg
 ;;;;
 (setq cl:*features* (delete :ho-normal-esdc cl:*features*))
 
 (defun lisp-type-is-a-string (type)
-  (or (eq type string)
-      (and (listp type) (some #'(lambda (x) (eq x string)) type))))
+  (or (eq type 'string)
+      (and (listp type) (some #'(lambda (x) (eq x 'string)) type))))
 
 (defun value-type-to-lisp-type (value-type)
   (case (if (atom value-type)