From e339d0080d33a17bb1dee84160db7d89de8502cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Sat, 1 Jul 2023 12:26:15 +0200 Subject: [PATCH] ; * test/lisp/misc-tests.el (ert): require misc to avoid warning --- test/lisp/misc-tests.el | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lisp/misc-tests.el b/test/lisp/misc-tests.el index ea27ea1653b..54bb44b7d01 100644 --- a/test/lisp/misc-tests.el +++ b/test/lisp/misc-tests.el @@ -24,6 +24,7 @@ ;;; Code: (require 'ert) +(require 'misc) (defmacro with-misc-test (original result &rest body) (declare (indent 2)) -- 2.39.2