We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43b1dc commit 0a46a08Copy full SHA for 0a46a08
test/common.el
@@ -108,6 +108,8 @@ beginning. Exit code of the process is bound as EXIT-CODE."
108
(progn ,@body)
109
(eldev--test-delete-quietly nil ',files-to-delete)))))
110
111
+(declare-function directory-files-recursively "subr" t)
112
+
113
(defun eldev--test-find-files (directory)
114
;; Not using `eldev-find-files' if easily possible (Emacs 25 and
115
;; up) to avoid tests depending on its correctness.
0 commit comments