summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/ring-tests.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2017 in masterPaul Eggert2017-01-011-1/+1
| | | | | | Run admin/update-copyright in the master branch. This fixes files that were not already fixed in the emacs-25 branch before it was merged here.
* * lisp/emacs-lisp/ring.el: Use lexical-bindingSimen Heggestøyl2016-09-091-0/+2
| | | | | | | | * lisp/emacs-lisp/ring.el (ring-elements): Don't use the RESULT argument of `dotimes' when the iteration variable isn't referred by it. (ring-member): Don't pass nil as the RESULT argument of `dotimes' since it's the default.
* Add tests for ring.elSimen Heggestøyl2016-09-081-0/+204
* test/lisp/emacs-lisp/ring-tests.el: New file with tests for ring.el.