aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/version-tests.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright".
* Use lexical-binding in version.el and add testsStefan Kangas2020-04-281-0/+31
* lisp/version.el: Use lexical-binding. * test/lisp/version-tests.el: New file.