]> git.eshelyaron.com Git - emacs.git/commit
Use lexical-binding in paren.el and add tests
authorSimen Heggestøyl <simenheg@gmail.com>
Sun, 26 May 2019 09:11:23 +0000 (11:11 +0200)
committerSimen Heggestøyl <simenheg@gmail.com>
Sun, 26 May 2019 09:22:27 +0000 (11:22 +0200)
commita51ab2f357af49f67feaa6e9484fcca2c91f5cb4
treed5ed557ed8728b76cea4cb2952375cb6622112b7
parent852d28176990d035366142bfde36a0440a317228
Use lexical-binding in paren.el and add tests

* lisp/paren.el: Use lexical-binding.
(show-paren--default): Use imperative form in doc-string.

* test/lisp/paren-tests.el: New file with tests for paren.el.
lisp/paren.el
test/lisp/paren-tests.el [new file with mode: 0644]