summaryrefslogtreecommitdiff
path: root/test/lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2017-04-18 13:02:02 -0400
committerGlenn Morris <rgm@gnu.org>2017-04-18 13:02:02 -0400
commit0c98dec5c9d0e0146a1519b9a7e099aae668c059 (patch)
treec7d4bf742e0396fdb4bb28b676f22ebe17301c7b /test/lisp
parent491531b20d05a0f2cc747aa01e697a764c34a99d (diff)
downloademacs-0c98dec5c9d0e0146a1519b9a7e099aae668c059.tar.gz
* test/lisp/kmacro-tests.el: Require seq, for seq-concatenate.
Diffstat (limited to 'test/lisp')
-rw-r--r--test/lisp/kmacro-tests.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/kmacro-tests.el b/test/lisp/kmacro-tests.el
index 5124cbbf962..04a4271734c 100644
--- a/test/lisp/kmacro-tests.el
+++ b/test/lisp/kmacro-tests.el
@@ -24,6 +24,7 @@
;;; Code:
(require 'kmacro)
+(require 'seq)
(require 'ert)
(require 'ert-x)