emacs/test/lisp/emacs-lisp
Simen Heggestøyl 367f8568bc * lisp/emacs-lisp/ring.el: Use lexical-binding
* 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.
2016-09-09 18:46:55 +02:00
..
eieio-tests
package-resources
cl-generic-tests.el
cl-lib-tests.el
cl-seq-tests.el Add tests for Bug#24264 2016-08-19 17:04:42 +09:00
ert-tests.el
ert-x-tests.el Remove ‘ert-with-function-mocked’ macro in favour of ‘cl-letf’ macro 2016-06-08 19:10:59 +02:00
generator-tests.el
let-alist-tests.el
lisp-tests.el
map-tests.el Add new function map-do 2016-06-18 10:10:00 +02:00
nadvice-tests.el
package-tests.el * test/lisp/emacs-lisp/package-tests.el 2016-06-08 12:47:08 -04:00
pcase-tests.el
regexp-opt-tests.el
ring-tests.el * lisp/emacs-lisp/ring.el: Use lexical-binding 2016-09-09 18:46:55 +02:00
seq-tests.el Fix seq-contains 2016-06-18 10:10:00 +02:00
subr-x-tests.el
tabulated-list-test.el
thunk-tests.el
timer-tests.el