summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/rmc-tests.el
Commit message (Collapse)AuthorAgeFilesLines
* ; Fix license statements.Stefan Kangas2020-08-271-3/+5
|
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* ; Fix read-multiple-choice testNoam Postavsky2019-05-261-1/+1
| | | | | | * test/lisp/emacs-lisp/rmc-tests.el (test-read-multiple-choice): Rebind read-event, read-multiple-choice uses that since 2019-05-26 "Avoid infloop in read-multiple-choice (Bug#32257)".
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| | | | Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
| | | | Run admin/update-copyright.
* Require seq in rmc.elTino Calancha2017-10-271-0/+41
* lisp/emacs-lisp/rmc.el: Require seq (Bug#28975). * test/lisp/emacs-lisp/rmc-tests.el (test-read-multiple-choice): Add test.