summaryrefslogtreecommitdiff
path: root/test/lisp/textmodes/paragraphs-tests.el
Commit message (Collapse)AuthorAgeFilesLines
* Revert mark-paragraph change and add testsLars Ingebrigtsen2021-01-071-0/+23
| | | | | | * lisp/textmodes/paragraphs.el (mark-paragraph): Revert eb090f65ceb0ae8a90829e911694348583135ba5 (bug#45318). This restores the behaviour from Emacs 27 -- further work is needed on this patch.
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright".
* Update a paragraphs testGlenn Morris2020-08-131-2/+2
| | | | | * test/lisp/textmodes/paragraphs-tests.el (paragraphs-tests-mark-paragraph): Update for recent change.
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* Use lexical-binding in paragraphs.el and add testsStefan Kangas2019-06-011-0/+165
* lisp/textmodes/paragraphs.el: Use lexical-binding. (repunctuate-sentences): Make it work non-interactively. * test/lisp/textmodes/paragraphs-tests.el: New file.