1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

* test/automated/electric-tests.el: Require 'elec-pair.

Set copyright holder to FSF.
This commit is contained in:
Glenn Morris 2013-12-27 16:04:56 -08:00
parent f1a85e52c8
commit 1f5afa8c1c
2 changed files with 14 additions and 9 deletions

View File

@ -1,10 +1,14 @@
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
`transient-mark-mode' set to `lambda'.
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: Add tests for Electric Pair mode.
* automated/electric-tests.el (electric-pair-test-for):
Fix autowrapping tests in batch-mode by running with
`transient-mark-mode' set to `lambda'.
* automated/electric-tests.el: New file.
2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>

View 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:
@ -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)