aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/completion-tests.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright".
* Convert some completion.el tests to ERTStefan Kangas2020-09-231-0/+170
* test/lisp/completion-tests.el: New file. * lisp/completion.el: Move commented out tests to completion-tests.el.