From: Glenn Morris Date: Sat, 28 Dec 2013 00:04:56 +0000 (-0800) Subject: * test/automated/electric-tests.el: Require 'elec-pair. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~160 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1f5afa8c1cbd6aa406be091856c93ad618b6120e;p=emacs.git * test/automated/electric-tests.el: Require 'elec-pair. Set copyright holder to FSF. --- 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)