]> git.eshelyaron.com Git - emacs.git/commit
Use lexical-binding in paragraphs.el and add tests
authorStefan Kangas <stefankangas@gmail.com>
Sun, 2 Jun 2019 01:47:14 +0000 (18:47 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 2 Jun 2019 01:52:22 +0000 (18:52 -0700)
commit227b3c89f05f22556d49e127f236edc2d3cfc87a
treee2261b57f44f05c795b191148cf00606106df17b
parent5ad5c4ac991bc2b35a4a92e22f17a5a73009d7bc
Use lexical-binding in paragraphs.el and add tests

* lisp/textmodes/paragraphs.el: Use lexical-binding.
(repunctuate-sentences): Make it work non-interactively.
* test/lisp/textmodes/paragraphs-tests.el: New file.
lisp/textmodes/paragraphs.el
test/lisp/textmodes/paragraphs-tests.el [new file with mode: 0644]