summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-27Glenn Morris2020-10-022-2/+2
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-022-2/+2
* | Update a failing lisp testGlenn Morris2020-09-241-1/+1
* | Make delete-pair only delete pairs that are part of insert-pair-alistmartin rudalics2020-09-221-2/+1
* | Remove some unnecessary compat codeStefan Kangas2020-09-221-12/+9
* | Convert manual indent test for lisp-mode into unit testStefan Kangas2020-09-211-0/+12
* | ; Fix more trivial typosStefan Kangas2020-09-211-1/+1
* | ; Fix typosStefan Kangas2020-09-212-2/+2
* | * test/lisp/emacs-lisp/find-func-tests.el: New file (for bug#43393)Stefan Monnier2020-09-141-0/+45
* | Adapt some tests for Emacs's excitingly variable quoting formatGlenn Morris2020-09-121-2/+3
* | Mark some tests as expensiveStefan Kangas2020-09-102-0/+2
* | Add gv-define-expander for plist-getNaoya Yamashita2020-09-091-0/+40
* | ; Fix typosStefan Kangas2020-09-071-2/+2
* | Convert unsafep tests to ertStefan Kangas2020-08-291-0/+144
* | Use lexical-binding in more testsStefan Kangas2020-08-291-2/+2
* | * test/lisp/emacs-lisp/rx-tests.el: Improve test coverage.Mattias Engdegård2020-08-291-4/+9
* | Use lexical-binding in warnings.el and add testsStefan Kangas2020-08-281-0/+60
* | ; Fix license statements.Stefan Kangas2020-08-273-9/+15
* | Merge from origin/emacs-27Michael Albinus2020-08-251-4/+12
|\ \ | |/
| * Fix cond jump table compilation (bug#42919)Mattias Engdegård2020-08-191-1/+14
* | ; Minor simplification of two recent changesBasil L. Contovounesios2020-08-191-2/+1
* | Distinguish errors in bytecomp-testsMattias Engdegård2020-08-191-21/+21
* | Make bytecomp-tests re-runnableMattias Engdegård2020-08-191-0/+2
* | Add tests for cl-{incf,decf}Stefan Kangas2020-08-131-0/+16
* | Fix (end-of-defun N) for N >= 2Noam Postavsky2020-08-111-0/+55
* | Add the new library hierarchy.elDamien Cassou2020-08-091-0/+556
* | Fix byte-compilation of (+ -0.0) (bug#42597)Mattias Engdegård2020-08-071-0/+5
* | Mark two cconv tests as :unstableLars Ingebrigtsen2020-08-061-0/+2
* | Add new cconv-tests (Bug#28557)Stefan Kangas2020-08-041-0/+158
* | Avoid duplicate Edebug symbols when backtracking (Bug#42701)Philipp Stephani2020-08-031-0/+32
* | Merge from origin/emacs-27Glenn Morris2020-08-031-0/+4
|\ \ | |/
| * ; * test/lisp/emacs-lisp/generator-tests.el: Style fixes.Philipp Stephani2020-07-311-2/+7
* | Improve Edebug symbols for inlined secondary methods (Bug#42671)Philipp Stephani2020-08-021-13/+15
* | Add a workaround for Bug#42672Philipp Stephani2020-08-021-0/+36
* | ; * test/lisp/emacs-lisp/edebug-tests.el (edebug-tests-cl-flet): Fix typo.Philipp Stephani2020-08-021-1/+1
* | Avoid duplicate Edebug symbols when using ‘cl-flet’ (Bug#41989)Philipp Stephani2020-08-021-0/+40
* | Don’t generate duplicate symbols for secondary CL methods (Bug#42671)Philipp Stephani2020-08-021-0/+22
* | Don't confuse errors with nil in bytecomp-tests.elMattias Engdegård2020-07-051-10/+10
* | Replace some uses of cl-mapcan with mapcanBasil L. Contovounesios2020-06-211-3/+2
* | Silence some warnings in testsBasil L. Contovounesios2020-06-211-12/+12
* | Band-aid for edebugging generator bodies (Bug#40434).Philipp Stephani2020-06-141-0/+9
* | Ensure that getters and setters can be edebugged at the same time.Philipp Stephani2020-06-141-0/+19
* | ; * test/lisp/emacs-lisp/generator-tests.el: Checkdoc fixesPhilipp Stephani2020-06-101-2/+5
* | Allow destructuring in &aux sections when using edebug (Bug#40431)Philipp Stephani2020-06-101-0/+9
* | Merge from origin/emacs-27Glenn Morris2020-06-072-1/+12
|\ \ | |/
| * Silence some byte-compiler warnings in testsBasil L. Contovounesios2020-06-032-5/+16
| * ; Mark Bug#29799 tests as failing since we reverted the fixNoam Postavsky2020-05-051-0/+2
* | Un-deprecate oset and oset-defaultBasil L. Contovounesios2020-06-061-2/+3
* | Allow back-references in syntax-propertize-rules.Tassilo Horn2020-05-191-0/+67
* | Don’t attempt to modify constant stringsPaul Eggert2020-05-161-1/+3