From 667978ba6ecf4a4cf509aace0d8f0bf4b5666a3d Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 6 May 2003 22:19:09 +0000 Subject: [PATCH] r4862: Auto commit for Debian build --- mop.lisp | 6 +++--- views.lisp | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mop.lisp b/mop.lisp index 458736b..b34541c 100644 --- 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 ;;;; @@ -266,8 +266,8 @@ (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) diff --git a/views.lisp b/views.lisp index ad1874d..25bed5c 100644 --- a/views.lisp +++ b/views.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: views.lisp,v 1.29 2003/05/06 22:13:38 kevin Exp $ +;;;; $Id: views.lisp,v 1.30 2003/05/06 22:16:33 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -263,7 +263,7 @@ :xhtml-link-labels :xml-link-labels :ie-xml-link :ie-xml-link-labels) (or print-formatter - (lisp-type-is-a-string type)))) + (lisp-type-is-a-string type))) (setq func `(kmrcl:xml-cdata ,func))) (push func value-func)) ))) -- 2.34.1