aboutsummaryrefslogtreecommitdiff
path: root/src/interp/br-search.boot
diff options
context:
space:
mode:
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