Skip to content

Commit 0a46a08

Browse files
committed
Fix a byte-compilation warning on earlier Emacs versions.
1 parent a43b1dc commit 0a46a08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/common.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ beginning. Exit code of the process is bound as EXIT-CODE."
108108
(progn ,@body)
109109
(eldev--test-delete-quietly nil ',files-to-delete)))))
110110

111+
(declare-function directory-files-recursively "subr" t)
112+
111113
(defun eldev--test-find-files (directory)
112114
;; Not using `eldev-find-files' if easily possible (Emacs 25 and
113115
;; up) to avoid tests depending on its correctness.

0 commit comments

Comments
 (0)