aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/search.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/vcomponent/search.scm')
-rw-r--r--module/vcomponent/search.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcomponent/search.scm b/module/vcomponent/search.scm
index 7d039a24..a402bd49 100644
--- a/module/vcomponent/search.scm
+++ b/module/vcomponent/search.scm
@@ -73,7 +73,7 @@
;; Returns a new stream which is the result of filtering the input set with the
;; query procedure.
;; (a → bool), (stream a) → (stream a)
-(define (execute-query query-proc event-set)
+(define-public (execute-query query-proc event-set)
(stream-timeslice-limit
(stream-filter query-proc event-set)
;; .5s, tested on my laptop. .1s sometimes doesn't get to events on