projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05ee87d
)
; Pacify unknown fun warning in mh-utils-tests.el.
author
Basil L. Contovounesios
<contovob@tcd.ie>
Sun, 26 Jun 2022 12:08:57 +0000
(15:08 +0300)
committer
Basil L. Contovounesios
<contovob@tcd.ie>
Sun, 26 Jun 2022 12:08:57 +0000
(15:08 +0300)
test/lisp/mh-e/mh-utils-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/mh-e/mh-utils-tests.el
b/test/lisp/mh-e/mh-utils-tests.el
index 070861725955e89f10268f147fe855e821d731a5..72ee2fc47455b5e49013dff2b547b335198916c0 100644
(file)
--- a/
test/lisp/mh-e/mh-utils-tests.el
+++ b/
test/lisp/mh-e/mh-utils-tests.el
@@
-48,8
+48,10
@@
;;; Code:
(require 'ert)
-(eval-when-compile (require 'cl-lib))
(require 'mh-utils)
+(eval-when-compile
+ (require 'cl-lib)
+ (require 'subr-x))
(ert-deftest mh-quote-pick-expr ()
"Test `mh-quote-pick-expr'."