From 28013926030faaae4d2185d2d63d9e0c42b2c29d Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Thu, 4 Nov 2010 23:50:06 +0100 Subject: [PATCH] Remove unnecessary parenthesis in DO/DO* macroexpander (J. Jaakkola) --- src/lsp/export.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lsp/export.lsp b/src/lsp/export.lsp index 52e31e6c8..77eec48c6 100644 --- a/src/lsp/export.lsp +++ b/src/lsp/export.lsp @@ -127,7 +127,7 @@ (case (length c) ((1 2) (setq vl (cons c vl))) - ((3) + (3 (setq vl (cons (butlast c) vl) step (list* (third c) (first c) step))) (t