]> git.eshelyaron.com Git - emacs.git/commit
Speed up test/lisp/electric-tests.el when run interactively
authorJoão Távora <joaotavora@gmail.com>
Sun, 19 Sep 2021 09:25:36 +0000 (10:25 +0100)
committerJoão Távora <joaotavora@gmail.com>
Tue, 21 Sep 2021 09:53:37 +0000 (10:53 +0100)
commit7f169fbe32a987ce5b43c0a65d6e075b4a369fec
tree4e724cb12afb8fcab76c9f61f31ea99613e1211a
parentc6eb8df79ef357004b3b1b627c842c5ee2ac6090
Speed up test/lisp/electric-tests.el when run interactively

'blink-paren-function' and its timers could sometimes interfere with
the tests and slow them down significantly.

* test/lisp/electric-tests.el (call-with-saved-electric-modes):
Bind blink-paren-function to nil.
test/lisp/electric-tests.el