emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 83b3c31: * test/automated/regexp-tests.el: Requir


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 83b3c31: * test/automated/regexp-tests.el: Require regexp-opt
Date: Sat, 24 Jan 2015 00:52:20 +0000

branch: emacs-24
commit 83b3c312d79d119997e3d61f7adb796a371c2f2e
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * test/automated/regexp-tests.el: Require regexp-opt
---
 test/ChangeLog                 |    5 +++++
 test/automated/regexp-tests.el |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/test/ChangeLog b/test/ChangeLog
index ede6bd6..11bf34d 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2015-01-24  Glenn Morris  <address@hidden>
+
+       * automated/regexp-tests.el: Require regexp-opt, which is
+       not preloaded --without-x.
+
 2015-01-23  Dmitry Gutov  <address@hidden>
 
        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 31a4ee9..ee177b3 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'."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]