aboutsummaryrefslogtreecommitdiff
path: root/src/interp/define.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-09-29 05:59:06 +0000
committerdos-reis <gdr@axiomatics.org>2009-09-29 05:59:06 +0000
commitd6d284af63e89085e704e27c2f8c893c0ebc2e1a (patch)
treeaa3680ecbd0f5965a6aba6981bdb097af5ed9816 /src/interp/define.boot
parente8f38c351d90d6dea371a9ac15d2c4906bff9910 (diff)
downloadopen-axiom-d6d284af63e89085e704e27c2f8c893c0ebc2e1a.tar.gz
* interp/i-funsel.boot (matchMmSig): Fix thinko from revision 1297.
Diffstat (limited to 'src/interp/define.boot')
-rw-r--r--src/interp/define.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/define.boot b/src/interp/define.boot
index f3da40b5..eb08520f 100644
--- a/src/interp/define.boot
+++ b/src/interp/define.boot
@@ -1709,7 +1709,7 @@ compCategoryItem(x,predl,env) ==
noteExport(y,pred)
PUSH(MKQ [y,pred],$atList)
- --3. it may be a list, with PROGN as the first, and some information as the CDR
+ --3. it may be a list, with PROGN as the first, and some information as the rest
x is ["PROGN",:l] =>
for u in l repeat
compCategoryItem(u,predl,env)