diff options
Diffstat (limited to 'src/algebra/strap/ABELGRP.lsp')
-rw-r--r-- | src/algebra/strap/ABELGRP.lsp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/algebra/strap/ABELGRP.lsp b/src/algebra/strap/ABELGRP.lsp index dd8da1ef..e2f7daf4 100644 --- a/src/algebra/strap/ABELGRP.lsp +++ b/src/algebra/strap/ABELGRP.lsp @@ -13,7 +13,7 @@ ((* ($ (|Integer|) $)) T)) NIL '((|Integer|)) NIL)) |AbelianGroup|) - (SETELT #0# 0 '(|AbelianGroup|)))))) + (|setShellEntry| #0# 0 '(|AbelianGroup|)))))) (DEFUN |AbelianGroup| () (LET () @@ -21,9 +21,4 @@ (|AbelianGroup;AL|) (T (SETQ |AbelianGroup;AL| (|AbelianGroup;|)))))) -(SETQ |$CategoryFrame| - (|put| '|AbelianGroup| '|isCategory| T - (|addModemap| '|AbelianGroup| '(|AbelianGroup|) - '((|Category|)) T '|AbelianGroup| |$CategoryFrame|))) - (MAKEPROP '|AbelianGroup| 'NILADIC T) |