summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* ; Fix typosStefan Kangas2024-05-271-1/+1
* ; Add 2024 to copyright yearsPo Lu2024-01-0272-72/+72
* Fix rx wrong-code bug: ranges starting with ^Mattias Engdegård2023-07-301-5/+15
* ; Update my mail addressAndrea Corallo2023-06-081-1/+1
* Skip failing tests on Cygwin with native compilation (bug#62450)Ken Brown2023-03-261-0/+4
* ; * test/lisp/emacs-lisp/copyright-tests.el: Fix and future-safe.Mattias Engdegård2023-01-011-2/+4
* Fix shortdoc-tests failure with respect to regexp-opt-charsetMattias Engdegård2023-01-011-0/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-0172-72/+72
* Fix misspelled functions in shortdoc groupsStefan Kangas2022-12-311-0/+9
* ert-x: Move window selection logic to its own macroRichard Hansen2022-12-241-0/+34
* ; ert-x: Add test for buffer read-only stateRichard Hansen2022-12-241-0/+5
* Revert "Use equal and member instead of eq and memq"Eli Zaretskii2022-12-161-1/+1
* Use equal and member instead of eq and memqMattias Engdegård2022-12-161-1/+1
* ; Fix typosStefan Kangas2022-12-163-9/+9
* Fix pcase rx patterns using rx-let bindings (bug#59814)Mattias Engdegård2022-12-111-0/+6
* ; Normalize GPLv3 license statements in new filesStefan Kangas2022-12-091-7/+5
* Fix 'add-display-text-property' when OBJECT is non-nilEli Zaretskii2022-12-061-1/+10
* Fix and expand tests broken by commit 2772ebe366 of 2022-11-28Juanma Barranquero2022-12-031-24/+31
* ; Fix typos (don't abbreviate "with" or "without")Stefan Kangas2022-12-011-1/+1
* ; Fix typos (prefer US spelling)Stefan Kangas2022-11-181-1/+1
* Add missing elpa-package.eld to package test resourcesPhilip Kaludercic2022-11-176-0/+13
* Fix &key parameters called without arguments (bug#58714)Gerd Möllmann2022-11-111-0/+6
* cconv.el: Fix regression in cconv-tests-interactive-closure-bug51695Stefan Monnier2022-10-281-5/+12
* Fix failing test for package HierarchyWamm K. D2022-10-281-1/+1
* Allow Hierarchy to delay computation of childrenWamm K. D2022-10-271-0/+143
* Audit some plist uses with new predicate argumentBasil L. Contovounesios2022-10-223-58/+245
* Bindat (src, strz): Operate on vectors tooNacho Barrientos2022-10-211-1/+18
* Silence recent comp-tests.el lexvar warningsBasil L. Contovounesios2022-10-171-19/+23
* Don't prune *.eln files in parent of eln-load-pathStefan Kangas2022-10-171-0/+11
* Add tests for native-compile-prune-cacheStefan Kangas2022-10-171-0/+62
* cl-generic: Fix `advertised-calling-convention` declarationsStefan Monnier2022-10-161-0/+22
* package.el: Understand a few more variations in tarball formatsStefan Monnier2022-10-083-2/+22
* Replace aging OpenPGP artifacts in the package-resources tests.Justus Winter2022-10-065-31/+28
* Add 'seq-keep'Lars Ingebrigtsen2022-10-041-0/+6
* cconv.el: Fix interactive closure bug#51695Stefan Monnier2022-09-231-0/+10
* Don't rewrite `set` to `setq` of lexical variablesMattias Engdegård2022-09-222-6/+12
* Improve check for misleading 'cl-case' cases (Bug#57915).Philipp Stephani2022-09-191-0/+11
* Accept more wide function signatures in docstringsStefan Kangas2022-09-162-0/+8
* Fix recently-added cl-macs testsLars Ingebrigtsen2022-09-141-32/+34
* Have 'cl-case' warn about suspicious casesPhilipp Stephani2022-09-131-0/+32
* Signal an error if a fallback cl-case is misplacedPhilipp Stephani2022-09-131-0/+11
* ert-x: New `ert-with-test-buffer-selected' convenience macroRichard Hansen2022-09-111-0/+15
* Fix "warn-lambda-malformed-interactive-spec.el" even moreLars Ingebrigtsen2022-09-091-1/+1
* Don't bind `s' in the normal backtrace mapLars Ingebrigtsen2022-09-091-1/+2
* Update a bytecomp testLars Ingebrigtsen2022-09-091-1/+1
* test: Remove redundant "" arg to `mapconcat`Stefan Monnier2022-09-081-1/+1
* cl-symbol-macrolet: Fix recent regressionStefan Monnier2022-09-062-4/+8
* Disable failing cl-lib-symbol-macrolet-hide test for nowLars Ingebrigtsen2022-09-061-0/+3
* Add new function `seq-positions'Damien Cassou2022-09-041-0/+7
* Add new function `seq-remove-at-position'Damien Cassou2022-09-041-0/+8