summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/edebug-tests.el
Commit message (Expand)AuthorAgeFilesLines
* Use cl-with-gensyms in a few more casesStefan Kangas2025-02-251-2/+1
* Prefer incf to cl-incf in testsStefan Kangas2025-02-231-1/+1
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* (edebug-tests-trivial-comma): Avoid interaction (bug#69406)Stefan Monnier2024-02-261-10/+12
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Prefix syntax for ,@ in elisp-mode (bug#44418)Mattias Engdegård2023-06-211-0/+1
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Don't bind `s' in the normal backtrace mapLars Ingebrigtsen2022-09-091-1/+2
* Fix edebug parsing of .,Lars Ingebrigtsen2022-06-191-0/+9
* Merge from origin/emacs-28Stefan Kangas2022-01-141-0/+10
|\
| * Fix Edebug specification for inline functions (Bug#53068).Philipp Stephani2022-01-131-0/+10
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Use defvar-keymap in testsStefan Kangas2021-12-261-16/+14
* | Silence warnings about testing obsolete functions and macrosStefan Kangas2021-12-051-3/+6
* | Prefer ert-with-temp-(directory|file)Stefan Kangas2021-11-071-21/+21
|/
* Avoid cl-lib alias for cadadr and friendsStefan Kangas2021-09-031-2/+2
* Recreate symptom of Bug#42701.Philipp Stephani2021-05-181-4/+11
* Edebug: Disable backtracking when hitting a &define keyword.Philipp Stephani2021-04-101-0/+25
* * test/lisp/emacs-lisp/edebug-tests.el: Adjust to new `edebug-eval-defun`.Stefan Monnier2021-02-191-14/+20
* * lisp/emacs-lisp/bindat.el (bindat-spec): New macro.Stefan Monnier2021-02-151-0/+17
* * Edebug: Generalize `&lookup`, use it for `cl-macrolet` and `cl-generic`Stefan Monnier2021-02-141-14/+10
* Edebug: Make it possible to debug `gv-expander`s in `declare`Stefan Monnier2021-02-121-0/+11
* Edebug: Overload `edebug-form-spec` even lessStefan Monnier2021-02-121-0/+5
* ; Minor license statement fixesStefan Kangas2021-02-081-11/+11
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Unbreak a few unit tests that rely on lack of backtracesPhilipp Stephani2020-12-071-1/+4
* Fix file-name problems in several testsEli Zaretskii2020-10-161-1/+3
* Use new resource directory macros in tests (Bug#43792)Stefan Kangas2020-10-161-12/+1
* Merge from origin/emacs-27Glenn Morris2020-10-021-1/+1
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-021-1/+1
* | Avoid duplicate Edebug symbols when backtracking (Bug#42701)Philipp Stephani2020-08-031-0/+32
* | ; * 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
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add new commands to Edebug backtracesGemini Lasswell2018-08-031-2/+16
* | Fix Edebug spec for cl-macrolet (bug#29919)Gemini Lasswell2018-08-011-0/+11
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fix Edebug's handling of dotted specs (bug#6415)Gemini Lasswell2017-11-261-0/+14
* ; Spelling and URL fixesPaul Eggert2017-09-231-3/+3
* Add tests for EdebugGemini Lasswell2017-09-211-0/+903