Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8a6212d7
Commit
8a6212d7
authored
Dec 27, 2013
by
João Távora
Browse files
Fix Electric Pair mode's autowrapping tests in batch-mode.
parent
7c8114cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
test/ChangeLog
test/ChangeLog
+6
-1
test/automated/electric-tests.el
test/automated/electric-tests.el
+2
-1
No files found.
test/ChangeLog
View file @
8a6212d7
2013-12-26 João Távora <joaotavora@gmail.com>
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-26 João Távora <joaotavora@gmail.com>
* automated/electric-tests.el: Add tests for Electric Pair mode.
2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
...
...
test/automated/electric-tests.el
View file @
8a6212d7
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment