summaryrefslogtreecommitdiff
path: root/test/src/search-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/search-tests.el')
-rw-r--r--test/src/search-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/search-tests.el b/test/src/search-tests.el
index b7b4ab9a8ff..b5f4730f265 100644
--- a/test/src/search-tests.el
+++ b/test/src/search-tests.el
@@ -28,7 +28,7 @@
(setq ov-set (make-overlay 3 5))
(overlay-put
ov-set 'modification-hooks
- (list (lambda (o after &rest _args)
+ (list (lambda (_o after &rest _args)
(when after
(let ((inhibit-modification-hooks t))
(save-excursion