From 83b3c312d79d119997e3d61f7adb796a371c2f2e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 23 Jan 2015 19:52:07 -0500 Subject: [PATCH] * test/automated/regexp-tests.el: Require regexp-opt --- test/ChangeLog | 5 +++++ test/automated/regexp-tests.el | 2 ++ 2 files changed, 7 insertions(+) diff --git a/test/ChangeLog b/test/ChangeLog index ede6bd6476b..11bf34d901c 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,8 @@ +2015-01-24 Glenn Morris + + * automated/regexp-tests.el: Require regexp-opt, which is + not preloaded --without-x. + 2015-01-23 Dmitry Gutov Fix package tests when TMPDIR is in HOME. (Bug#19657) diff --git a/test/automated/regexp-tests.el b/test/automated/regexp-tests.el index 31a4ee958c6..ee177b3e2e9 100644 --- a/test/automated/regexp-tests.el +++ b/test/automated/regexp-tests.el @@ -23,6 +23,8 @@ ;;; Code: +(require 'regexp-opt) + (ert-deftest regexp-test-regexp-opt () "Test the `compilation-error-regexp-alist' regexps. The test data is in `compile-tests--test-regexps-data'." -- 2.39.2