aboutsummaryrefslogtreecommitdiff
path: root/src/interp/br-search.boot
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@axiomatics.org>2015-12-24 18:05:41 -0800
committerGabriel Dos Reis <gdr@axiomatics.org>2015-12-24 18:05:41 -0800
commit4dcf3f97d30a2b892716923ed4e916805ec87436 (patch)
tree5b41b966349e3c4f9afacef3a2ad60a38d28a8c1 /src/interp/br-search.boot
parentbb81c833c0ff2ff8df936a0cd0182cf255729a41 (diff)
downloadopen-axiom-4dcf3f97d30a2b892716923ed4e916805ec87436.tar.gz
Replace FUNCALL with apply.
Diffstat (limited to 'src/interp/br-search.boot')
-rw-r--r--src/interp/br-search.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/br-search.boot b/src/interp/br-search.boot
index 78b17437..0b346ed6 100644
--- a/src/interp/br-search.boot
+++ b/src/interp/br-search.boot
@@ -733,7 +733,7 @@ constructorSearchGrep(filter,key,kind) ==
grepSearchJump(htPage,yes) ==
[filter,key,kind,fn] := htpProperty(htPage,'items)
- FUNCALL(fn,filter,key,kind)
+ apply(fn,[filter,key,kind])
--=======================================================================
-- Branch Functions After Database Search