summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/backquote-tests.el
Commit message (Collapse)AuthorAgeFilesLines
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
|
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright".
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* Add backquote testsTino Calancha2019-09-161-0/+47
* test/lisp/emacs-lisp/backquote-tests.el: New file (bug#37432).