; * test/lisp/misc-tests.el (ert): require misc to avoid warning
This commit is contained in:
parent
edd36786e1
commit
e339d0080d
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
;;; Code:
|
||||
|
||||
(require 'ert)
|
||||
(require 'misc)
|
||||
|
||||
(defmacro with-misc-test (original result &rest body)
|
||||
(declare (indent 2))
|
||||
|
|
Loading…
Add table
Reference in a new issue