summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/lisp-mode-tests.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Move test-cl-flet-indentation to the right fileLars Ingebrigtsen2021-09-271-11/+0
* Indent bodies of local function definitions properly in elisp-modeakater2021-09-251-0/+11
* ; Minor license statement fixesStefan Kangas2021-02-081-0/+2
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Convert manual indent test for lisp-mode into unit testStefan Kangas2020-09-211-0/+12
* ; Fix typosStefan Kangas2020-09-211-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Improve errors & warnings due to fancy quoted vars (Bug#32939)Noam Postavsky2019-11-281-0/+26
* Fix lisp indent infloop on unfinished strings (Bug#37045)Noam Postavsky2019-08-171-1/+5
* Be more careful about indent-sexp going over eol (Bug#35286)Noam Postavsky2019-04-221-0/+28
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Don't fail to indent-sexp before a full sexp (Bug#31984)Noam Postavsky2018-07-271-0/+11
* Fix indent-sexp of #s(...) (Bug#31984)Noam Postavsky2018-07-211-0/+12
* Stop using indent-line-to in lisp-indent-line (Bug#32014)Noam Postavsky2018-07-091-1/+0
* ; Test for Bug#32014Noam Postavsky2018-07-091-0/+11
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix lisp-comment-indent for single-semicolon caseNoam Postavsky2017-07-061-0/+26
* Fix wrong indentation after string literal (Bug#27306)Noam Postavsky2017-06-131-0/+13
* Make sure indent-sexp stops at end of sexp (Bug#26878)Noam Postavsky2017-05-151-0/+14
* Fix lisp-indent-region and indent-sexp (Bug#26619)Noam Postavsky2017-05-091-5/+80
* Don't reparse the sexp in indent-sexp (Bug#25122)Noam Postavsky2017-04-221-1/+4
* * test/lisp/emacs-lisp/lisp-mode-tests.el (indent-subsexp): Test for Bug#26187Noam Postavsky2017-03-211-0/+4
* * lisp/emacs-lisp/lisp-mode.el (indent-sexp): Simplify.Noam Postavsky2017-03-121-0/+94