From: Glenn Morris Date: Sat, 24 Jan 2015 00:52:07 +0000 (-0500) Subject: * test/automated/regexp-tests.el: Require regexp-opt X-Git-Tag: emacs-24.4.90~39 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=83b3c312d79d119997e3d61f7adb796a371c2f2e;p=emacs.git * test/automated/regexp-tests.el: Require regexp-opt --- 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'."