From: Kevin M. Rosenberg Date: Mon, 16 Sep 2002 10:00:47 +0000 (+0000) Subject: r2713: Auto commit for Debian build X-Git-Tag: v2.5.5~167 X-Git-Url: http://git.kpe.io/?p=lml.git;a=commitdiff_plain;h=df9d42b78c788474da7a0e25ed6989b878e9d393 r2713: Auto commit for Debian build --- diff --git a/lml.cl b/lml.cl index ebf813a..c2ade0c 100644 --- 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 ;;;; @@ -245,6 +245,6 @@ (setq got-comma nil) (vector-push-extend ch curr-string))))) (push `(lml-print ,curr-string) forms) - `(progn ,(nreverse forms))))) + `(progn ,@(nreverse forms)))))