summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Don't fill keywords after Emacs Lisp docstringAlexander Gramiak2017-10-221-8/+3
* 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
|\ \ | |/
| * * lisp/emacs-lisp/lisp-mode.el (lisp--mode-syntax-table):Glenn Morris2016-05-311-1/+1
* | Don't consider colons to be paragraphs starting chars in stringsLars Ingebrigtsen2016-04-281-2/+9
* | Merge from origin/emacs-25Paul Eggert2016-04-111-3/+3
|\ \ | |/
| * Fix last change on 2016-01-02Leo Liu2016-04-111-3/+3
* | Merge from origin/emacs-25John Wiegley2016-03-111-4/+4
|\ \ | |/
| * Remove the highlighting support for quoting 'like this' inside Lisp docstringsDmitry Gutov2016-03-061-4/+4
* | Rename lisp--prettify-symbols-alistLars Ingebrigtsen2016-02-231-4/+3
|/
* Add defvar-local to lisp-imenu-generic-expressionLeo Liu2016-01-071-2/+3
* Fix regression in font-locking cl-assert and cl-check-typeLeo Liu2016-01-021-2/+3
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Document support for ':documentation' in Lisp modeShakthi Kannan2015-12-301-0/+9
* Add ert-deftest to lisp-mode.elLeo Liu2015-12-271-1/+2
* add some cl-* aliases to lisp-mode imenuTom Tromey2015-12-221-1/+2
* * lisp/emacs-lisp/lisp-mode.el (let-when-compile): Work like let*Stefan Monnier2015-09-291-8/+12
* Fix recent bootstrap problemsStefan Monnier2015-09-241-0/+2
* Move let-when-compile to lisp-mode.elOleh Krehel2015-09-231-0/+13
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-1/+1
* Fix search argument in ‘lisp--el-match-keyword’ (Bug#21492) (Bug#21493)Daniel McClanahan2015-09-161-1/+2
* * lisp/emacs-lisp/lisp-mode.el (lisp-mode-symbol-regexp): New constStefan Monnier2015-09-151-59/+49
* Elisp mode: Make font-lock and imenu handle escaped characters in symbolsAlan Mackenzie2015-09-141-17/+17
* Add online-help support to describe typesStefan Monnier2015-07-071-3/+4
* Improve the optional translation of quotesPaul Eggert2015-06-191-4/+4
* Support curved quotes in doc stringsPaul Eggert2015-05-281-4/+4
* Add let-when-compile macro instead of using pcase-letOleh Krehel2015-05-201-242/+240
* Fix byte-compiler warnings about looking-back.Stefan Monnier2015-04-201-3/+4
* Move some Elisp-specific code from lisp-mode.el to elisp-mode.elStefan Monnier2015-04-151-15/+1