From 1f5afa8c1cbd6aa406be091856c93ad618b6120e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 27 Dec 2013 16:04:56 -0800 Subject: [PATCH] * test/automated/electric-tests.el: Require 'elec-pair. Set copyright holder to FSF. --- test/ChangeLog | 12 ++++++++---- test/automated/electric-tests.el | 9 +++++---- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/test/ChangeLog b/test/ChangeLog index 84ba9b72a0f..45c9377fb08 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,10 +1,14 @@ +2013-12-28 Glenn Morris + + * automated/electric-tests.el: Require 'elec-pair. + 2013-12-26 João Távora - * 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 - * automated/electric-tests.el: Add tests for Electric Pair mode. + * automated/electric-tests.el: New file. 2013-12-25 Fabián Ezequiel Gallina diff --git a/test/automated/electric-tests.el b/test/automated/electric-tests.el index 44d602d47ec..830b61e5004 100644 --- a/test/automated/electric-tests.el +++ b/test/automated/electric-tests.el @@ -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 ;; Keywords: @@ -18,15 +18,16 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see . -;;; 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) -- 2.39.2