aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/emacs-lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (cl--generic-describe): Fix regression introduced by fix to bug#54628Stefan Monnier2024-02-111-0/+14
* Use `defvar` for variables that are not constantStefan Monnier2024-02-071-1/+1
* Use slot names rather than their :initargsStefan Monnier2024-02-071-14/+14
* Grudgingly accept function values in the function positionMattias Engdegård2024-02-051-0/+16
* ; hierarchy-tests.el: keep doc string within 80 columnsMattias Engdegård2024-01-311-2/+3
* ; Spelling fixesPaul Eggert2024-01-291-1/+1
* * test/lisp/emacs-lisp/comp-cstr-tests.el: Use macros in a simpler wayStefan Monnier2024-01-181-210/+204
* Use handler-bind to repair bytecomp-testsMattias Engdegård2024-01-041-12/+6
* Fix ert-tests.el for the new `handler-bind` codeStefan Monnier2024-01-041-33/+8
* ; Add 2024 to copyright yearsPo Lu2024-01-022-2/+2
* Merge from savannah/emacs-29Po Lu2024-01-0272-72/+72
|\
| * ; 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
* | checkdoc: Avoid false positive for keybinding in docstringStefan Kangas2023-12-241-0/+9
* | Introduce new function lm-package-requiresStefan Kangas2023-12-231-0/+20
* | ; Fix typosStefan Kangas2023-12-101-4/+4
* | Add ert-font-lockVladimir Kazanov2023-12-033-0/+470
* | Make EIEIO ':accessor' behave like ':reader' when reading (bug#66938)Brandon2023-11-261-0/+21
* | Fix variable aliasing bytecode miscompilation (bug#67116)Mattias Engdegård2023-11-131-0/+10
* | Fix bytecomp-tests--dest-mountpoint test failureMattias Engdegård2023-11-041-1/+2
* | comp-cstr.el: The type hierarchy is a DAG, not a treeStefan Monnier2023-10-301-4/+8
* | Move lexical-binding warning from checkdoc to byte-compilerMattias Engdegård2023-10-212-5/+36
* | Add two missing 'number-or-marker' entries to the cl machinery (bug#66615)Andrea Corallo2023-10-191-1/+1
* | Improve cstr typeset normalizationAndrea Corallo2023-10-191-1/+10
* | Complete yesterday's commit for cl-print.elAlan Mackenzie2023-09-301-8/+10
* | Revert "Don't use ellipses while cl-printing strings."Alan Mackenzie2023-09-271-1/+16
* | package-tests.el: Add test Bug#65475Philip Kaludercic2023-09-211-0/+16
* | Warn about duplicated :tag strings in defcustom choicesMattias Engdegård2023-09-191-1/+4
* | Don't use ellipses while cl-printing strings.Alan Mackenzie2023-09-191-16/+1
* | Expanded defcustom type byte-compilation warnings (bug#65852)Mattias Engdegård2023-09-171-7/+45
* | Shorten docstrings generated by cl-defstructDamien Cassou2023-09-131-0/+17
* | Shorten docstrings generated by cl-defsubstDamien Cassou2023-09-131-0/+11
* | bytecomp-tests.el: Add new helper functionDamien Cassou2023-09-131-2/+5
* | Add byte-compiler warning about useless trailing cond clausesMattias Engdegård2023-09-091-0/+9
* | Don't cache warnings between bytecode compilation testsMattias Engdegård2023-09-091-6/+11
* | Error when trying to make nil or t obsoleteStefan Kangas2023-09-081-0/+32
* | ; Silence byte-compilerStefan Kangas2023-09-061-17/+19
* | Use new ERT `skip-when` macro in testsStefan Kangas2023-09-042-3/+3
* | Add `skip-when` macro to `ert-deftest`Stefan Kangas2023-09-041-0/+14
* | Fix debug spec of cl-flet (bug#65344)Gerd Möllmann2023-08-211-0/+17
* | rx: Better translation of char-matching patternsMattias Engdegård2023-08-121-33/+61
* | Check keyword args of make-processHelmut Eller2023-08-085-0/+29
* | ; Fix bad bytecomp-tests casesMattias Engdegård2023-08-081-8/+10
* | Teach byte-compiler about Aristotelian identityMattias Engdegård2023-08-081-0/+3
* | ; Pacify new nadvice-tests byte-compiler warnings.Basil L. Contovounesios2023-08-061-14/+20
* | Don't allow the `eq` and `unbind` byte-ops to commute (bug#65017)Mattias Engdegård2023-08-041-0/+34
* | rx: better not-wordchar and (syntax word) translationMattias Engdegård2023-08-021-4/+5
* | rx performance improvementsMattias Engdegård2023-08-021-1/+52
* | Fix rx wrong-code bug: ranges starting with ^Mattias Engdegård2023-07-301-5/+15
* | Allow default values in 'map-let' and the pcase 'map' formEarl Hyatt2023-07-301-0/+59