r3734: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 4 Jan 2003 20:42:02 +0000 (20:42 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 4 Jan 2003 20:42:02 +0000 (20:42 +0000)
base.lisp
debian/changelog

index 421eac0d8aefd2efd310ec8ff6f7e55bdd9dab61..5c2f88737630cb196207619d59747789e59b088f 100644 (file)
--- 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
 ;;;;
   `(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
index e7746e436ec7e3667dda3021ec5efc2415d44a55..2e7fee194d389b1ec4bff6d5d2ba69c84a36e12b 100644 (file)
@@ -1,3 +1,9 @@
+cl-lml (2.0.1-1) unstable; urgency=low
+
+  * Quote class for link-c
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  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.