From 936bbfecd171bf0ebcbb5144eed4568f3e3aee71 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 13 Dec 2002 08:41:32 +0000 Subject: [PATCH] r3616: *** empty log message *** --- views.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views.lisp b/views.lisp index 4d57aa4..c53a900 100644 --- a/views.lisp +++ b/views.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: views.lisp,v 1.14 2002/12/13 08:25:45 kevin Exp $ +;;;; $Id: views.lisp,v 1.15 2002/12/13 08:41:25 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -220,8 +220,8 @@ ) ;; let value-fmt (let ((func (if print-formatter - `(,print-formatter (slot-value x (quote ,name))) - `(slot-value x (quote ,name))))) + `(,print-formatter (slot-value x (quote ,name))) + `(slot-value x (quote ,name))))) (when (and (in category :xml :xhtml :xml-link :xhtml-link :xhtml-link-labels :xml-link-labels :ie-xml-link :ie-xml-link-labels) -- 2.34.1