]> 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>
Sun, 19 Sep 2021 09:25:36 +0000 (10:25 +0100)
commit4c3da467d01544902298c9775dcbfa0041874b45
tree9921e46ea33dee4d96d80db9fee7d8a3b3175f43
parent36474a1e490a5eae266805a0e04615741d56692c
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