From 7c195b8519f680bcb64b02645e4110cb7082d914 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 4 Jan 2003 20:42:02 +0000 Subject: [PATCH] r3734: *** empty log message *** --- base.lisp | 4 ++-- debian/changelog | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/base.lisp b/base.lisp index 421eac0..5c2f887 100644 --- a/base.lisp +++ b/base.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: base.lisp,v 1.2 2003/01/04 13:26:14 kevin Exp $ +;;;; $Id: base.lisp,v 1.3 2003/01/04 20:42:02 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -162,7 +162,7 @@ `(with a :href ,dest ,@body)) (defmacro link-c (class dest &body body) - `(with a :href ,dest :class ,class ,@body)) + `(with a :href ,dest :class (quote ,class) ,@body)) (defmacro img (dest &key class id alt style width height align) (let ((attr diff --git a/debian/changelog b/debian/changelog index e7746e4..2e7fee1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-lml (2.0.1-1) unstable; urgency=low + + * Quote class for link-c + + -- Kevin M. Rosenberg Sat, 4 Jan 2003 13:40:55 -0700 + cl-lml (2.0.0-1) unstable; urgency=low * Major change: keyword parameters are now evaluated in the lexical environment. -- 2.34.1