diff options
Diffstat (limited to 'src/algebra/strap/RING.lsp')
-rw-r--r-- | src/algebra/strap/RING.lsp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/algebra/strap/RING.lsp b/src/algebra/strap/RING.lsp index 016a3ee0..7b61ea0f 100644 --- a/src/algebra/strap/RING.lsp +++ b/src/algebra/strap/RING.lsp @@ -17,14 +17,9 @@ '((|Integer|) (|NonNegativeInteger|)) NIL)) |Ring|) - (SETELT #0# 0 '(|Ring|)))))) + (|setShellEntry| #0# 0 '(|Ring|)))))) (DEFUN |Ring| () (LET () (COND (|Ring;AL|) (T (SETQ |Ring;AL| (|Ring;|)))))) -(SETQ |$CategoryFrame| - (|put| '|Ring| '|isCategory| T - (|addModemap| '|Ring| '(|Ring|) '((|Category|)) T '|Ring| - |$CategoryFrame|))) - (MAKEPROP '|Ring| 'NILADIC T) |