[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-29 e339d0080d3 1/2: ; * test/lisp/misc-tests.el (ert): require mis
From: |
Mattias Engdegård |
Subject: |
emacs-29 e339d0080d3 1/2: ; * test/lisp/misc-tests.el (ert): require misc to avoid warning |
Date: |
Sat, 1 Jul 2023 06:33:27 -0400 (EDT) |
branch: emacs-29
commit e339d0080d33a17bb1dee84160db7d89de8502cd
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>
; * 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))