]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/automated/electric-tests.el: Require 'elec-pair.
authorGlenn Morris <rgm@gnu.org>
Sat, 28 Dec 2013 00:04:56 +0000 (16:04 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 28 Dec 2013 00:04:56 +0000 (16:04 -0800)
Set copyright holder to FSF.

test/ChangeLog
test/automated/electric-tests.el

index 84ba9b72a0fcddc8d8dc2cffe5b5f3683fb02d62..45c9377fb08f6c7af0279d620640b5561afe36f3 100644 (file)
@@ -1,10 +1,14 @@
+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>
 
index 44d602d47ecc074d624ccd4b2a453e09f5f0f63d..830b61e50045d87533d2eaae0ebabd75b21ee8e8 100644 (file)
@@ -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 <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)