From 908960a455e09bf5440ab87ed288efc989f8b29e Mon Sep 17 00:00:00 2001 From: dos-reis Date: Wed, 26 Jan 2011 19:40:22 +0000 Subject: Replace more occurences of LIST with %listlit. --- src/algebra/strap/ABELSG-.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/algebra/strap/ABELSG-.lsp') diff --git a/src/algebra/strap/ABELSG-.lsp b/src/algebra/strap/ABELSG-.lsp index c236bae4..c06795c0 100644 --- a/src/algebra/strap/ABELSG-.lsp +++ b/src/algebra/strap/ABELSG-.lsp @@ -11,7 +11,7 @@ (DEFUN |AbelianSemiGroup&| (|#1|) (LET* ((|dv$1| (|devaluate| |#1|)) (|dv$| (LIST '|AbelianSemiGroup&| |dv$1|)) ($ (|newShell| 11)) - (|pv$| (|buildPredVector| 0 0 (LIST)))) + (|pv$| (|buildPredVector| 0 0 NIL))) (|setShellEntry| $ 0 |dv$|) (|setShellEntry| $ 3 |pv$|) (|stuffDomainSlots| $) -- cgit v1.2.3