summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp-mode.el
Commit message (Expand)AuthorAgeFilesLines
...
* * lisp/emacs-lisp/lisp-mode.el (lisp-outline-level): Fix imprecise numbers.Juri Linkov2021-05-181-3/+9
* Convert many more links to use HTTPSStefan Kangas2021-03-241-1/+1
* Actually fill the correct paragraph in `lisp-fill-paragraph'Lars Ingebrigtsen2021-03-051-1/+4
* Convert various menus to easymenuStefan Kangas2021-03-011-12/+11
* Remove some dead, commented out code from lisp-mode.elStefan Kangas2021-02-091-3/+0
* Improve filling of Emacs Lisp doc stringsLars Ingebrigtsen2021-02-041-1/+18
* * lisp/emacs-lisp/lisp-mode.el (lisp-mode): Also set `comment-end-skip`Stefan Monnier2021-02-021-0/+1
* Fix |# fontification in lisp-modechuntaro2021-02-021-0/+1
* Revert "Improve fontifying of #| ... |# in `lisp-mode'"Lars Ingebrigtsen2021-01-311-1/+0
* Improve fontifying of #| ... |# in `lisp-mode'Lars Ingebrigtsen2021-01-291-0/+1
* Fontify special forms and macros the sameLars Ingebrigtsen2021-01-251-4/+3
* Rewrite lisp--el-funcall-position-p to be inverse of the -not functionLars Ingebrigtsen2021-01-241-38/+43
* Fix macro fontification in `condition-case' handler bodiesLars Ingebrigtsen2021-01-241-6/+9
* Tweak `condition-case' keyword highlightsLars Ingebrigtsen2021-01-241-2/+5
* Hyperlink symbol names without word syntax in HelpBasil L. Contovounesios2021-01-101-4/+2
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* * lisp/emacs-lisp/lisp-mode.el: Give paren syntax to [...] in lisp-data-modeStefan Monnier2020-12-061-3/+5
* Prefer setq-local in emacs-lisp/*.elStefan Kangas2020-12-041-1/+1
* Clarify Lisp warning about elements following other expressionsLars Ingebrigtsen2020-11-091-2/+2
* * lisp/emacs-lisp/lisp-mode.el: Avoid false-positive "hidden arg" in stringsStefan Monnier2020-11-071-2/+5
* * lisp-mode.el: Fix missing highlight of "hidden" string argStefan Monnier2020-11-041-2/+4
* Change how #:uninterned symbols are font-locked in Lisp modeLars Ingebrigtsen2020-08-241-3/+1
* Fix #'(lambda ...) font lockingAnders Lindgren2020-08-191-1/+3
* Remove many items obsolete since Emacs 23.1Stefan Kangas2020-08-141-2/+0
* * lisp/emacs-lisp/lisp-mode.el: Add new indentation conventionakater2020-05-291-2/+6
* Add lisp-data-mode for editing non-code Lisp dataJoão Távora2020-05-011-2/+11
* Merge from origin/emacs-27Glenn Morris2020-04-201-1/+1
|\
| * ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-181-1/+1
* | Add and remove backslashes in regexpsMattias Engdegård2020-02-201-3/+3
* | Default lisp-mode to use Common Lisp indentationHelmut Eller2020-01-221-0/+1
|/
* 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
|\|