aboutsummaryrefslogtreecommitdiff
path: root/hcel-results.el
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-09-29 10:29:11 +1000
committerYuchen Pei <hi@ypei.me>2022-09-29 10:29:11 +1000
commitba93eaa07c02d1fe21c8b267f0e126ff1519a721 (patch)
treef19a5db3343d1f835072ec13a8a656b7a092baea /hcel-results.el
parent5ffcae5617a76622fb02a9f979c5a720a51bff7d (diff)
get rid of clean byte compiling warnings
Diffstat (limited to 'hcel-results.el')
-rw-r--r--hcel-results.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/hcel-results.el b/hcel-results.el
index d3e2325..58c6f31 100644
--- a/hcel-results.el
+++ b/hcel-results.el
@@ -391,11 +391,11 @@ Start by choosing a package."
(number-to-string hcel-ids-live-per-page))))
hcel-ids--minibuffer-saved-results))))
-(defun hcel-global-ids-minibuffer-collection (query pred action)
+(defun hcel-global-ids-minibuffer-collection (query _ action)
(hcel-ids-minibuffer-collection 'global query action))
(defun hcel-package-ids-minibuffer-collection (package-id)
- (lambda (query pred action)
+ (lambda (query _ action)
(hcel-ids-minibuffer-collection 'package query action package-id)))
(defun hcel-ids (scope query &optional package-id)