diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2023-07-01 12:26:15 +0200 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2023-07-01 12:33:16 +0200 |
commit | e339d0080d33a17bb1dee84160db7d89de8502cd (patch) | |
tree | e5ff7fda9ebde0a78e40ac60fc09572b09d853ea /test/lisp/misc-tests.el | |
parent | edd36786e1eb9d3c17d4a36bd13fc9f6b2090c85 (diff) | |
download | emacs-e339d0080d33a17bb1dee84160db7d89de8502cd.tar.gz emacs-e339d0080d33a17bb1dee84160db7d89de8502cd.tar.bz2 emacs-e339d0080d33a17bb1dee84160db7d89de8502cd.zip |
; * test/lisp/misc-tests.el (ert): require misc to avoid warning
Diffstat (limited to 'test/lisp/misc-tests.el')
-rw-r--r-- | test/lisp/misc-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
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)) |