summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* ; Spelling fixPaul Eggert2018-01-221-1/+1
* Handle case-insensitive filenames for load-path shadows (Bug#5845)Noam Postavsky2018-01-183-0/+51
* Tag some unstable tests, and skip by default (bug#24503)Glenn Morris2018-01-092-3/+3
* Update copyright year to 2018Paul Eggert2018-01-0138-38/+38
* * test/lisp/emacs-lisp/derived-tests.el: Fix copy&paste leftoversStefan Monnier2017-12-181-3/+2
* * lisp/subr.el (delayed-after-hook-functions): Rename from ...-formsStefan Monnier2017-12-181-0/+44
* Partially revert "Mention new strictness for &optional, &rest..."Noam Postavsky2017-12-151-31/+0
* Mention new strictness for &optional, &rest in arglists (Bug#29165)Noam Postavsky2017-12-131-0/+31
* Fix Edebug specs for if-let* and and-let* (Bug#29236)Gemini Lasswell2017-11-261-1/+1
* Fix Edebug's handling of dotted specs (bug#6415)Gemini Lasswell2017-11-262-0/+18
* Require seq in rmc.elTino Calancha2017-10-271-0/+41
* Fix Edebug specs for map-let and with-maps-doGemini Lasswell2017-10-241-1/+1
* Don't fill keywords after Emacs Lisp docstringAlexander Gramiak2017-10-221-0/+31
* Test that advice doesn't trigger bytecomp warnings (Bug#28803)John Williams2017-10-211-0/+11
* Fix dynamic binding wrapper in iter-lambda (bug#25965)Gemini Lasswell2017-10-051-0/+10
* Fix slot typecheck in eieio-persistentEric Abrahamsen2017-09-301-0/+22
* Fix subr-x-tests when running from elcNoam Postavsky2017-09-251-2/+7
* ; Spelling and URL fixesPaul Eggert2017-09-232-4/+4
* Add tests for EdebugGemini Lasswell2017-09-212-0/+1033
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-1334-42/+42
* Implement and-let*Mark Oteiza2017-09-121-148/+160
* Add tests for cl-macs.el (Bug#27559)Alexander Gramiak2017-08-212-8/+502
* Clean up temp files after some testsGlenn Morris2017-08-141-1/+3
* Don't define gv expanders in compiler's runtime (Bug#27016)Noam Postavsky2017-08-071-0/+147
* Let the cl-typep effects of defclass work during compilation (Bug#27718)Noam Postavsky2017-08-071-12/+0
* Let `define-symbol-prop' take effect during compilationStefan Monnier2017-08-071-0/+17
* Add a test of handling of circular values to testcover-testsGemini Lasswell2017-08-071-0/+10
* ; Avoid test failures when running from compiled test filesNoam Postavsky2017-08-072-0/+20
* Catch argument and macroexpansion errors in ertAlexander Gramiak2017-08-071-0/+9
* ; Fix map-tests when compiledNoam Postavsky2017-08-041-6/+10
* * lisp/subr.el (define-symbol-prop): New functionStefan Monnier2017-07-281-1/+1
* * lisp/subr.el (method-files): Move function to cl-generic.elStefan Monnier2017-07-281-0/+24
* Add 'rx' pattern for pcase.Philipp Stephani2017-07-231-0/+10
* Use a more specific test for running on hydra.nixos.orgGlenn Morris2017-07-182-2/+2
* alist-get: Add optional arg TESTFNTino Calancha2017-07-171-0/+12
* Fix lisp-comment-indent for single-semicolon caseNoam Postavsky2017-07-061-0/+26
* Don't redundantly cl-print arglist in function docstring againNoam Postavsky2017-06-291-1/+1
* Improve ert backtrace recordingNoam Postavsky2017-06-291-6/+2
* Fix wrong indentation after string literal (Bug#27306)Noam Postavsky2017-06-131-0/+13
* More small authors.el updatesGlenn Morris2017-06-061-1/+1
* cl-print: handle circular objects when `print-circle' is nil (Bug#27117)Noam Postavsky2017-05-311-0/+8
* Suppress intermittent test failure on hydraGlenn Morris2017-05-231-0/+2
* Make sure indent-sexp stops at end of sexp (Bug#26878)Noam Postavsky2017-05-151-0/+14
* Merge branch 'fix/bug-21072'Marcin Borkowski2017-05-141-0/+286
|\
| * Fix elisp-tests-with-temp-buffer compilationNoam Postavsky2017-05-121-33/+33
| * Fix Bug#21072 and rework `mark-defun'Marcin Borkowski2017-05-121-0/+247
| * Add elisp-tests-with-temp-buffer, a new testing macroMarcin Borkowski2017-05-091-0/+39
* | Make `old-style-backquotes' variable internalPhilipp2017-05-131-0/+15
* | Improve unescaped character literal warningsPhilipp Stephani2017-05-131-1/+2
* | Fix lisp-indent-region and indent-sexp (Bug#26619)Noam Postavsky2017-05-091-5/+80