summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/lisp-mode-tests.el
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Disable a lisp-mode test that now failsLars Ingebrigtsen2022-08-23
* Make which-func-mode output less junkLars Ingebrigtsen2022-08-08
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Move test-cl-flet-indentation to the right fileLars Ingebrigtsen2021-09-27
* Indent bodies of local function definitions properly in elisp-modeakater2021-09-25
* ; Minor license statement fixesStefan Kangas2021-02-08
* Update copyright year to 2021Paul Eggert2021-01-01
* Convert manual indent test for lisp-mode into unit testStefan Kangas2020-09-21
* ; Fix typosStefan Kangas2020-09-21
* Update copyright year to 2020Paul Eggert2020-01-01
* Improve errors & warnings due to fancy quoted vars (Bug#32939)Noam Postavsky2019-11-28
* Fix lisp indent infloop on unfinished strings (Bug#37045)Noam Postavsky2019-08-17
* Be more careful about indent-sexp going over eol (Bug#35286)Noam Postavsky2019-04-22
* Update copyright year to 2019Paul Eggert2019-01-01
* Don't fail to indent-sexp before a full sexp (Bug#31984)Noam Postavsky2018-07-27
* Fix indent-sexp of #s(...) (Bug#31984)Noam Postavsky2018-07-21
* Stop using indent-line-to in lisp-indent-line (Bug#32014)Noam Postavsky2018-07-09
* ; Test for Bug#32014Noam Postavsky2018-07-09
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Fix lisp-comment-indent for single-semicolon caseNoam Postavsky2017-07-06
* Fix wrong indentation after string literal (Bug#27306)Noam Postavsky2017-06-13
* Make sure indent-sexp stops at end of sexp (Bug#26878)Noam Postavsky2017-05-15
* Fix lisp-indent-region and indent-sexp (Bug#26619)Noam Postavsky2017-05-09
* Don't reparse the sexp in indent-sexp (Bug#25122)Noam Postavsky2017-04-22
* * test/lisp/emacs-lisp/lisp-mode-tests.el (indent-subsexp): Test for Bug#26187Noam Postavsky2017-03-21
* * lisp/emacs-lisp/lisp-mode.el (indent-sexp): Simplify.Noam Postavsky2017-03-12