From: Kevin M. Rosenberg Date: Sat, 4 Jan 2003 20:42:02 +0000 (+0000) Subject: r3734: *** empty log message *** X-Git-Tag: v2.5.5~122 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=7c195b8519f680bcb64b02645e4110cb7082d914;hp=73631a484a54cfd9596d7610e303295778cf4b11;p=lml.git r3734: *** empty log message *** --- 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.