mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-15 02:06:35 -04:00
; * test/lisp/misc-tests.el (ert): require misc to avoid warning
This commit is contained in:
parent
edd36786e1
commit
e339d0080d
|
|
@ -24,6 +24,7 @@
|
|||
;;; Code:
|
||||
|
||||
(require 'ert)
|
||||
(require 'misc)
|
||||
|
||||
(defmacro with-misc-test (original result &rest body)
|
||||
(declare (indent 2))
|
||||
|
|
|
|||
Loading…
Reference in a new issue