| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
| | | | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)". | ||||
| * | Tweak recent additions in tabify-tests.el | Basil L. Contovounesios | 2019-05-26 | 1 | -6/+6 |
| | | | | | | | | | * test/lisp/tabify-tests.el (tabify-tests--test-changes): Rename third argument to avoid "lexical argument shadows dynamic variable" warnings. Use mapconcat in place of mapcar+concat. (tabify-tests-untabify, tabify-tests-tabify): Quote function symbols as such. | ||||
| * | Use lexical-binding in tabify.el and add tests | Stefan Kangas | 2019-05-25 | 1 | -0/+79 |
| * lisp/tabify.el: Use lexical-binding. * test/lisp/tabify-tests.el: New file. | |||||