aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/tabify-tests.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* Tweak recent additions in tabify-tests.elBasil L. Contovounesios2019-05-261-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 testsStefan Kangas2019-05-251-0/+79
* lisp/tabify.el: Use lexical-binding. * test/lisp/tabify-tests.el: New file.