r3001: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 14 Oct 2002 03:45:58 +0000 (03:45 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 14 Oct 2002 03:45:58 +0000 (03:45 +0000)
debian/changelog
downloads.lisp

index b51607d8398a667712c46d254ef3d77d86a15945..1ea2b6eb4c2409ca37cb34b989876eeb6b6f5c14 100644 (file)
@@ -1,3 +1,9 @@
+cl-lml (1.4-1) unstable; urgency=low
+
+  * Minor cleanup in downloads.lisp
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 13 Oct 2002 21:45:18 -0600
+
 cl-lml (1.3-1) unstable; urgency=low
 
   * Add type declarations 
index 68362f76b4be0160b974004cc0cb42db404e91c4..4ad88c1ca95acdf3b6f8ff053646e333c93027ae 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
-;;;; $Id: downloads.lisp,v 1.3 2002/10/14 03:27:38 kevin Exp $
+;;;; $Id: downloads.lisp,v 1.4 2002/10/14 03:44:09 kevin Exp $
 ;;;;
 ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
     (let ((title (car sects))
          (value (cadr sects)))
       (if (consp title)
-         (mapcar #'display-sections sects)
-       (if (consp  value)
+         (map nil #'display-sections sects)
+       (if (consp value)
            (progn
              (print-sect-title title)
              (incf *section-indent*)
        (*base-name* pkg-base)
        (*signed* nil))
     (display-header pkg-name ftp-url)
-    (mapcar #'display-sections sects)
+    (map nil #'display-sections sects)
     (display-footer)))
 
 (defun std-dl-page (pkg-name pkg-base ftp-base ftp-url)