r2713: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 16 Sep 2002 10:00:47 +0000 (10:00 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 16 Sep 2002 10:00:47 +0000 (10:00 +0000)
lml.cl

diff --git a/lml.cl b/lml.cl
index ebf813af7c5e26c3ea2ffee3b15454ad4c21f17c..c2ade0c0b1e2bc0b27e8233c87c5bc1cc5d609db 100644 (file)
--- a/lml.cl
+++ b/lml.cl
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
-;;;; $Id: lml.cl,v 1.9 2002/09/16 09:58:57 kevin Exp $
+;;;; $Id: lml.cl,v 1.10 2002/09/16 10:00:47 kevin Exp $
 ;;;;
 ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
                (setq got-comma nil)
                (vector-push-extend ch curr-string)))))
        (push `(lml-print ,curr-string) forms)
-       `(progn ,(nreverse forms)))))
+       `(progn ,@(nreverse forms)))))