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