aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/emacs-lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* OClosure: New function `function-documentation`Stefan Monnier2022-04-071-0/+1
* OClosure: add support for `slot-value`Stefan Monnier2022-04-041-1/+18
* OClosure: Add support for defmethod dispatchStefan Monnier2022-04-011-0/+13
* Add OClosures, a cross between functions and structsStefan Monnier2022-03-281-0/+113
* Make `?' work again in read-multiple-choiceLars Ingebrigtsen2022-03-171-2/+1
* Format long help texts better in read-multiple-choiceFelician Nemeth2022-03-171-1/+23
* Make Edebug specification for 'cl-defstruct' more lenient.Philipp Stephani2022-03-141-0/+18
* Fix EMBA failure for ert-test-record-backtraceLars Ingebrigtsen2022-03-121-2/+5
* Mark ert-test-run-tests-batch-expensive unstable on EMBALars Ingebrigtsen2022-03-071-0/+1
* Teach Edebug about the special '&whole' syntax for compiler macros.Philipp Stephani2022-03-031-0/+15
* Add a new library to format variable-pitch tablesLars Ingebrigtsen2022-02-191-0/+42
* (with-demoted-errors): Warn on missing `format` argStefan Monnier2022-02-041-1/+1
* Reduce code duplication in parts of (auto)load&defaliasStefan Monnier2022-01-281-1/+1
* Fix copyright-fix-years, use a dash to separate years in a rangeLele Gaifax2022-01-281-0/+20
* Fix copyright-find-copyright when searching from the endLars Ingebrigtsen2022-01-261-0/+11
* Fix copyright.el comment and add a testLars Ingebrigtsen2022-01-261-0/+11
* ; * test/lisp/emacs-lisp/derived-tests.el: Silence byte-compiler.Stefan Kangas2022-01-261-0/+3
* Add derived-mode test for bug#24176Lars Ingebrigtsen2022-01-241-0/+18
* cl-generic-tests.el: Fix warningStefan Monnier2022-01-181-1/+1
* Move the Gnus range functions to a new range.el fileLars Ingebrigtsen2022-01-171-0/+65
* Merge from origin/emacs-28Stefan Kangas2022-01-141-0/+10
|\
| * Fix Edebug specification for inline functions (Bug#53068).Philipp Stephani2022-01-131-0/+10
| * Revert "Fix closure-conversion of shadowed captured lambda-lifted vars"Mattias EngdegÄrd2022-01-122-195/+0
| * Fix closure-conversion of shadowed captured lambda-lifted varsMattias EngdegÄrd2022-01-122-0/+195
* | Make ert explainers work on function aliasesLars Ingebrigtsen2022-01-131-0/+3
* | Merge from origin/emacs-28Stefan Kangas2022-01-111-22/+37
|\ \ | |/
| * ; Fix tabulated-list-mode tests after revertStefan Kangas2022-01-111-22/+37
* | Improve pp-emacs-lisp-code for #'Lars Ingebrigtsen2022-01-041-0/+6
* | Test that buffer exists in shortdoc-all-groups-workStefan Kangas2022-01-041-4/+7
* | New test shortdoc-all-groups-workStefan Kangas2022-01-031-0/+8
* | Silence byte-compiler in eieio testsStefan Kangas2022-01-032-2/+6
* | Merge from origin/emacs-28Stefan Kangas2022-01-021-1/+1
|\ \ | |/
| * ; Copyright year fixesGlenn Morris2022-01-011-1/+1
* | ; Add 2022 to copyright years.Eli Zaretskii2022-01-012-2/+2
* | Merge from origin/emacs-28Eli Zaretskii2022-01-0164-64/+64
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-0164-64/+64
* | Properly report errors about unbound ERT test symbols.Philipp Stephani2021-12-301-0/+6
* | Fix multisession-tests on MS-WindowsEli Zaretskii2021-12-301-3/+4
* | Make multi-test-files-busy shorterLars Ingebrigtsen2021-12-291-4/+4
* | Adjust multi-test-files-simple test for WindowsLars Ingebrigtsen2021-12-291-0/+3
* | Fix read-multiple-choice testsStefan Kangas2021-12-281-5/+5
* | Fix EIEIO tests to account for eieio-compat moveStefan Monnier2021-12-272-0/+2
* | Use defvar-keymap in testsStefan Kangas2021-12-261-16/+14
* | read-multiple-choice: Display "SPC" instead of " "Stefan Kangas2021-12-261-2/+7
* | read-multiple-choice: Add face when key not in name stringStefan Kangas2021-12-261-5/+5
* | Factor out new function rmc--add-key-descriptionStefan Kangas2021-12-261-0/+22
* | Fix compile time error in a pcase testStefan Kangas2021-12-221-2/+5
* | Declare functions to silence byte-compilerStefan Kangas2021-12-211-0/+2
* | Silence additional byte-compiler warning in testStefan Kangas2021-12-211-0/+1
* | Fix bug#28557Stefan Monnier2021-12-201-26/+13