emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115778: * test/automated/electric-tests.el: Require


From: Glenn Morris
Subject: [Emacs-diffs] trunk r115778: * test/automated/electric-tests.el: Require 'elec-pair.
Date: Sat, 28 Dec 2013 00:05:00 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115778
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2013-12-27 16:04:56 -0800
message:
  * test/automated/electric-tests.el: Require 'elec-pair.
  
  Set copyright holder to FSF.
modified:
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
  test/automated/electric-tests.el 
electrictests.el-20131226202454-s3cqbs9maop0w8qy-1
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2013-12-27 18:05:03 +0000
+++ b/test/ChangeLog    2013-12-28 00:04:56 +0000
@@ -1,10 +1,14 @@
+2013-12-28  Glenn Morris  <address@hidden>
+
+       * automated/electric-tests.el: Require 'elec-pair.
+
 2013-12-26  João Távora  <address@hidden>
-       * automated/electric-tests.el (electric-pair-test-for): Fix
-       autowrapping tests in batch-mode by running with
+
+       * automated/electric-tests.el (electric-pair-test-for):
+       Fix autowrapping tests in batch-mode by running with
        `transient-mark-mode' set to `lambda'.
 
-2013-12-26  João Távora  <address@hidden>
-       * automated/electric-tests.el: Add tests for Electric Pair mode.
+       * automated/electric-tests.el: New file.
 
 2013-12-25  Fabián Ezequiel Gallina  <address@hidden>
 

=== modified file 'test/automated/electric-tests.el'
--- a/test/automated/electric-tests.el  2013-12-27 18:05:03 +0000
+++ b/test/automated/electric-tests.el  2013-12-28 00:04:56 +0000
@@ -1,6 +1,6 @@
 ;;; electric-tests.el --- tests for electric.el
 
-;; Copyright (C) 2013  João Távora
+;; Copyright (C) 2013 Free Software Foundation, Inc.
 
 ;; Author: João Távora <address@hidden>
 ;; Keywords:
@@ -18,15 +18,16 @@
 ;; You should have received a copy of the GNU General Public License
 ;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-;;; Commentary: Tests for Electric Pair mode.
-;;; TODO: Add tests for other Electric-* functionality
+;;; Commentary:
 
-;;
+;; Tests for Electric Pair mode.
+;; TODO: Add tests for other Electric-* functionality
 
 ;;; Code:
 (require 'ert)
 (require 'ert-x)
 (require 'electric)
+(require 'elec-pair)
 (require 'cl-lib)
 
 (defun call-with-saved-electric-modes (fn)


reply via email to

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