aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGlenn Morris2013-07-23 09:08:47 -0700
committerGlenn Morris2013-07-23 09:08:47 -0700
commit66878244eb2114bbc8033ed5cc5cca747c6b7769 (patch)
tree9d53840de72f6296c6c16ceb47ed0d0691966921 /test
parent80ff0c71ad4aab1c55b37a823302b451044954bf (diff)
downloademacs-66878244eb2114bbc8033ed5cc5cca747c6b7769.tar.gz
emacs-66878244eb2114bbc8033ed5cc5cca747c6b7769.zip
* test/automated/subword-tests.el: Require subword.
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog4
-rw-r--r--test/automated/subword-tests.el1
2 files changed, 5 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index c36948eec30..e4890aeac14 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
12013-07-23 Glenn Morris <rgm@gnu.org>
2
3 * automated/subword-tests.el: Require subword.
4
12013-07-22 Stefan Monnier <monnier@iro.umontreal.ca> 52013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * automated/subword-tests.el: New file. 7 * automated/subword-tests.el: New file.
diff --git a/test/automated/subword-tests.el b/test/automated/subword-tests.el
index 62c466439d6..2137cd7d908 100644
--- a/test/automated/subword-tests.el
+++ b/test/automated/subword-tests.el
@@ -25,6 +25,7 @@
25;;; Code: 25;;; Code:
26 26
27(require 'ert) 27(require 'ert)
28(require 'subword)
28 29
29(defconst subword-tests-strings 30(defconst subword-tests-strings
30 '("ABC^" ;;Bug#13758 31 '("ABC^" ;;Bug#13758