emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113509: * test/automated/subword-tests.el: Require


From: Glenn Morris
Subject: [Emacs-diffs] trunk r113509: * test/automated/subword-tests.el: Require subword.
Date: Tue, 23 Jul 2013 16:09:11 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113509
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2013-07-23 09:08:47 -0700
message:
  * test/automated/subword-tests.el: Require subword.
modified:
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
  test/automated/subword-tests.el 
subwordtests.el-20130722162117-85rw2bafj01fp6dh-1
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2013-07-22 16:25:32 +0000
+++ b/test/ChangeLog    2013-07-23 16:08:47 +0000
@@ -1,3 +1,7 @@
+2013-07-23  Glenn Morris  <address@hidden>
+
+       * automated/subword-tests.el: Require subword.
+
 2013-07-22  Stefan Monnier  <address@hidden>
 
        * automated/subword-tests.el: New file.

=== modified file 'test/automated/subword-tests.el'
--- a/test/automated/subword-tests.el   2013-07-22 16:25:32 +0000
+++ b/test/automated/subword-tests.el   2013-07-23 16:08:47 +0000
@@ -25,6 +25,7 @@
 ;;; Code:
 
 (require 'ert)
+(require 'subword)
 
 (defconst subword-tests-strings
   '("ABC^" ;;Bug#13758


reply via email to

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