diff options
Diffstat (limited to 'src/algebra/strap/COMRING.lsp')
-rw-r--r-- | src/algebra/strap/COMRING.lsp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/algebra/strap/COMRING.lsp b/src/algebra/strap/COMRING.lsp index 6bf0118a..01ad8233 100644 --- a/src/algebra/strap/COMRING.lsp +++ b/src/algebra/strap/COMRING.lsp @@ -11,7 +11,7 @@ (|mkCategory| '|package| NIL '(((|commutative| "*") T)) 'NIL NIL)) |CommutativeRing|) - (SETELT #0# 0 '(|CommutativeRing|)))))) + (|setShellEntry| #0# 0 '(|CommutativeRing|)))))) (DEFUN |CommutativeRing| () (LET () @@ -19,9 +19,4 @@ (|CommutativeRing;AL|) (T (SETQ |CommutativeRing;AL| (|CommutativeRing;|)))))) -(SETQ |$CategoryFrame| - (|put| '|CommutativeRing| '|isCategory| T - (|addModemap| '|CommutativeRing| '(|CommutativeRing|) - '((|Category|)) T '|CommutativeRing| |$CategoryFrame|))) - (MAKEPROP '|CommutativeRing| 'NILADIC T) |