emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115772: Fix Electric Pair mode's autowrapping tests


From: João Távora
Subject: [Emacs-diffs] trunk r115772: Fix Electric Pair mode's autowrapping tests in batch-mode.
Date: Fri, 27 Dec 2013 18:07:39 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115772
revision-id: address@hidden
parent: address@hidden
committer: João Távora <address@hidden>
branch nick: trunk
timestamp: Fri 2013-12-27 18:05:03 +0000
message:
  Fix Electric Pair mode's autowrapping tests in batch-mode.
modified:
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
  test/automated/electric-tests.el 
electrictests.el-20131226202454-s3cqbs9maop0w8qy-1
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2013-12-26 22:02:49 +0000
+++ b/test/ChangeLog    2013-12-27 18:05:03 +0000
@@ -1,4 +1,9 @@
-2013-12-26  João Távora <address@hidden>
+2013-12-26  João Távora  <address@hidden>
+       * 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  <address@hidden>
        * automated/electric-tests.el: Add tests for Electric Pair mode.
 
 2013-12-25  Fabián Ezequiel Gallina  <address@hidden>

=== modified file 'test/automated/electric-tests.el'
--- a/test/automated/electric-tests.el  2013-12-26 22:02:49 +0000
+++ b/test/automated/electric-tests.el  2013-12-27 18:05:03 +0000
@@ -52,7 +52,8 @@
     (funcall mode)
     (insert fixture)
     (save-electric-modes
-      (let ((last-command-event char))
+      (let ((last-command-event char)
+            (transient-mark-mode 'lambda))
         (goto-char where)
         (funcall fixture-fn)
         (cl-progv


reply via email to

[Prev in Thread] Current Thread [Next in Thread]