summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Add prefix to help.el uni-confusable* varsNoam Postavsky2019-12-131-1/+1
* Improve errors & warnings due to fancy quoted vars (Bug#32939)Noam Postavsky2019-11-281-1/+17
* Merge from origin/emacs-26Glenn Morris2019-08-201-5/+10
|\
| * Fix lisp indent infloop on unfinished strings (Bug#37045)Noam Postavsky2019-08-171-5/+10
* | Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-1/+0
* | * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-0/+1
* | Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* | Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* | Merge from origin/emacs-26Glenn Morris2019-04-291-8/+14
|\ \ | |/
| * Be more careful about indent-sexp going over eol (Bug#35286)Noam Postavsky2019-04-221-8/+14
* | * lisp/subr.el (prog2): Define as a macroStefan Monnier2019-04-021-1/+0
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-10-271-0/+4
|\ \ | |/
| * Don't error when indenting malformed Lisp (Bug#30891)Noam Postavsky2018-10-251-0/+4
* | Add backtrace-mode and use it in the debugger, ERT and EdebugGemini Lasswell2018-08-031-0/+10
* | Merge from origin/emacs-26Glenn Morris2018-07-281-8/+16
|\ \ | |/
| * Don't fail to indent-sexp before a full sexp (Bug#31984)Noam Postavsky2018-07-271-8/+16
* | Merge from origin/emacs-26Glenn Morris2018-07-241-2/+8
|\ \ | |/
| * Fix indent-sexp of #s(...) (Bug#31984)Noam Postavsky2018-07-211-2/+8
| * Stop using indent-line-to in lisp-indent-line (Bug#32014)Noam Postavsky2018-07-091-2/+8
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-11-021-8/+3
|\ \ | |/
| * Don't fill keywords after Emacs Lisp docstringAlexander Gramiak2017-10-221-8/+3
* | Highlight CL `with-' (context) and `do-' (iteration)Sam Steingold2017-10-311-7/+4
* | Highlight uninterned symbols.Sam Steingold2017-10-311-0/+5
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix lisp-comment-indent for single-semicolon caseNoam Postavsky2017-07-061-6/+8
* Don't put whitespace between open paren and comment in Lisp modes (Bug#19740)Noam Postavsky2017-07-051-3/+10
* Fix wrong indentation after string literal (Bug#27306)Noam Postavsky2017-06-131-14/+13
* Give a name to lisp-mode's adaptive-fill-function (Bug#22730)Noam Postavsky2017-05-231-4/+8
* Make sure indent-sexp stops at end of sexp (Bug#26878)Noam Postavsky2017-05-151-15/+18
* Fix lisp-indent-region and indent-sexp (Bug#26619)Noam Postavsky2017-05-091-85/+91
* Fontify the doc-string in some CL forms as suchGlenn Morris2017-05-041-0/+3
* Add new `lisp-indent-region' that doesn't reparse the code.Noam Postavsky2017-04-221-4/+44
* Remove ignored argument from lisp-indent-lineNoam Postavsky2017-04-221-13/+7
* * lisp/emacs-lisp/lisp-mode.el (indent-sexp): Clean up marker.Noam Postavsky2017-04-221-7/+9
* Don't reparse the sexp in indent-sexp (Bug#25122)Noam Postavsky2017-04-221-37/+39
* Remove duplicate lisp-eval-defun definitionGlenn Morris2017-04-131-5/+1
* * lisp/emacs-lisp/lisp-mode.el: Don't highlight \( at BOLStefan Monnier2017-03-241-11/+19
* * lisp/emacs-lisp/lisp-mode.el (indent-sexp): Fix null endpos caseGraham Dobbins2017-03-211-1/+4
* Fix indent-sexp when called from inside a string (Bug#21343)Noam Postavsky2017-03-121-4/+8
* * lisp/emacs-lisp/lisp-mode.el (indent-sexp): Simplify.Noam Postavsky2017-03-121-96/+72
* Improve last changeStefan Monnier2017-03-111-7/+11
* Highlight useless backslashes in Elisp stringsStefan Monnier2017-03-111-0/+9
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-06-071-1/+1
|\ \ | |/