+2013-12-28 Glenn Morris <rgm@gnu.org>
+
+ * automated/electric-tests.el: Require 'elec-pair.
+
2013-12-26 João Távora <joaotavora@gmail.com>
- * 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 <joaotavora@gmail.com>
- * automated/electric-tests.el: Add tests for Electric Pair mode.
+ * automated/electric-tests.el: New file.
2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
;;; 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 <joaotavora@gmail.com>
;; Keywords:
;; 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)