diff options
Diffstat (limited to 'src/algebra/strap/RING.lsp')
-rw-r--r-- | src/algebra/strap/RING.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/strap/RING.lsp b/src/algebra/strap/RING.lsp index f451757d..5632415b 100644 --- a/src/algebra/strap/RING.lsp +++ b/src/algebra/strap/RING.lsp @@ -14,7 +14,7 @@ T)) '((|unitsKnown| T)) '((|NonNegativeInteger|)) NIL))))) - (|setShellEntry| #0# 0 '(|Ring|)) + (SETF (|shellEntry| #0# 0) '(|Ring|)) #0#)) (DEFUN |Ring| () (COND (|Ring;AL|) (T (SETQ |Ring;AL| (|Ring;|))))) |