aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/OUTFORM.lsp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-11-30 01:16:23 +0000
committerdos-reis <gdr@axiomatics.org>2008-11-30 01:16:23 +0000
commitcb65c7fd822eb7e5b8a32bda101b6f85c6cf3cdd (patch)
tree62b56048161f51096f8a6873e598c24dc3ce0374 /src/algebra/strap/OUTFORM.lsp
parent23cd05760f795f58d2eafc56b93d0f7e22e89c9a (diff)
downloadopen-axiom-cb65c7fd822eb7e5b8a32bda101b6f85c6cf3cdd.tar.gz
* interp/define.boot (mustInstantiate): Fix thinko introduced by
earlier tweaks. (mkExplicitCategoryFunction): Likewise.
Diffstat (limited to 'src/algebra/strap/OUTFORM.lsp')
-rw-r--r--src/algebra/strap/OUTFORM.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/strap/OUTFORM.lsp b/src/algebra/strap/OUTFORM.lsp
index 97591c7a..d89865c0 100644
--- a/src/algebra/strap/OUTFORM.lsp
+++ b/src/algebra/strap/OUTFORM.lsp
@@ -359,7 +359,7 @@
(RETURN
(SEQ (LETT |ss| (|getShellEntry| $ 6)
|OUTFORM;doubleFloatFormat;2S;1|)
- (SETELT $ 6 |s|) (EXIT |ss|)))))
+ (|setShellEntry| $ 6 |s|) (EXIT |ss|)))))
(DEFUN |OUTFORM;sform| (|s| $) (DECLARE (IGNORE $)) |s|)