aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/RING-.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/strap/RING-.lsp')
-rw-r--r--src/algebra/strap/RING-.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/algebra/strap/RING-.lsp b/src/algebra/strap/RING-.lsp
index 17403409..0d9d5bb1 100644
--- a/src/algebra/strap/RING-.lsp
+++ b/src/algebra/strap/RING-.lsp
@@ -10,10 +10,10 @@
(DEFUN |Ring&| (|#1|)
(LET* ((|dv$1| (|devaluate| |#1|)) (|dv$| (LIST '|Ring&| |dv$1|))
($ (|newShell| 12)) (|pv$| (|buildPredVector| 0 0 NIL)))
- (|setShellEntry| $ 0 |dv$|)
- (|setShellEntry| $ 3 |pv$|)
+ (SETF (|shellEntry| $ 0) |dv$|)
+ (SETF (|shellEntry| $ 3) |pv$|)
(|stuffDomainSlots| $)
- (|setShellEntry| $ 6 |#1|)
+ (SETF (|shellEntry| $ 6) |#1|)
$))
(MAKEPROP '|Ring&| '|infovec|