projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edd3678
)
; * test/lisp/misc-tests.el (ert): require misc to avoid warning
author
Mattias Engdegård
<mattiase@acm.org>
Sat, 1 Jul 2023 10:26:15 +0000
(12:26 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Sat, 1 Jul 2023 10:33:16 +0000
(12:33 +0200)
test/lisp/misc-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/misc-tests.el
b/test/lisp/misc-tests.el
index ea27ea1653bf9392572b479c26cd7b3482986ff2..54bb44b7d014eabd21861e3e9ff5cb8b6df0e418 100644
(file)
--- 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))