From 4dcf3f97d30a2b892716923ed4e916805ec87436 Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Thu, 24 Dec 2015 18:05:41 -0800 Subject: Replace FUNCALL with apply. --- src/interp/br-search.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interp/br-search.boot') 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 -- cgit v1.2.3