]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/lisp/misc-tests.el (ert): require misc to avoid warning
authorMattias Engdegård <mattiase@acm.org>
Sat, 1 Jul 2023 10:26:15 +0000 (12:26 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sat, 1 Jul 2023 10:33:16 +0000 (12:33 +0200)
test/lisp/misc-tests.el

index ea27ea1653bf9392572b479c26cd7b3482986ff2..54bb44b7d014eabd21861e3e9ff5cb8b6df0e418 100644 (file)
@@ -24,6 +24,7 @@
 ;;; Code:
 
 (require 'ert)
+(require 'misc)
 
 (defmacro with-misc-test (original result &rest body)
   (declare (indent 2))