aboutsummaryrefslogtreecommitdiff
path: root/tests/test-dirvish-config-wrappers.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-dirvish-config-wrappers.el')
-rw-r--r--tests/test-dirvish-config-wrappers.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-dirvish-config-wrappers.el b/tests/test-dirvish-config-wrappers.el
index bead45830..39f272474 100644
--- a/tests/test-dirvish-config-wrappers.el
+++ b/tests/test-dirvish-config-wrappers.el
@@ -40,7 +40,7 @@ puts the older one first)."
((symbol-function 'ediff-files)
(lambda (a b) (setq ediff-args (list a b))))
((symbol-function 'current-window-configuration)
- (lambda () nil))
+ (lambda (&rest _) nil))
((symbol-function 'add-hook) #'ignore))
(cj/dired-ediff-files)
;; Pair returns (older . newer) so ediff-files sees (older newer).