summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp-mode.el
Commit message (Expand)AuthorAge
* Improve filling of Emacs Lisp doc stringsLars Ingebrigtsen2021-02-04
* * lisp/emacs-lisp/lisp-mode.el (lisp-mode): Also set `comment-end-skip`Stefan Monnier2021-02-02
* Fix |# fontification in lisp-modechuntaro2021-02-02
* Revert "Improve fontifying of #| ... |# in `lisp-mode'"Lars Ingebrigtsen2021-01-31
* Improve fontifying of #| ... |# in `lisp-mode'Lars Ingebrigtsen2021-01-29
* Fontify special forms and macros the sameLars Ingebrigtsen2021-01-25
* Rewrite lisp--el-funcall-position-p to be inverse of the -not functionLars Ingebrigtsen2021-01-24
* Fix macro fontification in `condition-case' handler bodiesLars Ingebrigtsen2021-01-24
* Tweak `condition-case' keyword highlightsLars Ingebrigtsen2021-01-24
* Hyperlink symbol names without word syntax in HelpBasil L. Contovounesios2021-01-10
* Update copyright year to 2021Paul Eggert2021-01-01
* * lisp/emacs-lisp/lisp-mode.el: Give paren syntax to [...] in lisp-data-modeStefan Monnier2020-12-06
* Prefer setq-local in emacs-lisp/*.elStefan Kangas2020-12-04
* Clarify Lisp warning about elements following other expressionsLars Ingebrigtsen2020-11-09
* * lisp/emacs-lisp/lisp-mode.el: Avoid false-positive "hidden arg" in stringsStefan Monnier2020-11-07
* * lisp-mode.el: Fix missing highlight of "hidden" string argStefan Monnier2020-11-04
* Change how #:uninterned symbols are font-locked in Lisp modeLars Ingebrigtsen2020-08-24
* Fix #'(lambda ...) font lockingAnders Lindgren2020-08-19
* Remove many items obsolete since Emacs 23.1Stefan Kangas2020-08-14
* * lisp/emacs-lisp/lisp-mode.el: Add new indentation conventionakater2020-05-29
* Add lisp-data-mode for editing non-code Lisp dataJoão Távora2020-05-01
* Merge from origin/emacs-27Glenn Morris2020-04-20
|\
| * ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-18
* | Add and remove backslashes in regexpsMattias Engdegård2020-02-20
* | Default lisp-mode to use Common Lisp indentationHelmut Eller2020-01-22
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* Add prefix to help.el uni-confusable* varsNoam Postavsky2019-12-13
* Improve errors & warnings due to fancy quoted vars (Bug#32939)Noam Postavsky2019-11-28
* Merge from origin/emacs-26Glenn Morris2019-08-20
|\
| * Fix lisp indent infloop on unfinished strings (Bug#37045)Noam Postavsky2019-08-17
* | Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-26
* | * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-26
* | Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-25
* | Fixes for "Maintainer:" and related linesPaul Eggert2019-05-19
* | Merge from origin/emacs-26Glenn Morris2019-04-29
|\|
| * Be more careful about indent-sexp going over eol (Bug#35286)Noam Postavsky2019-04-22
* | * lisp/subr.el (prog2): Define as a macroStefan Monnier2019-04-02
* | Merge from origin/emacs-26Paul Eggert2018-12-31
|\|
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Merge from origin/emacs-26Glenn Morris2018-10-27
|\|
| * Don't error when indenting malformed Lisp (Bug#30891)Noam Postavsky2018-10-25
* | Add backtrace-mode and use it in the debugger, ERT and EdebugGemini Lasswell2018-08-03
* | Merge from origin/emacs-26Glenn Morris2018-07-28
|\|
| * Don't fail to indent-sexp before a full sexp (Bug#31984)Noam Postavsky2018-07-27
* | Merge from origin/emacs-26Glenn Morris2018-07-24
|\|
| * 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
* | Merge from origin/emacs-26Paul Eggert2018-01-01
|\|
| * Update copyright year to 2018Paul Eggert2018-01-01
* | Merge from origin/emacs-26Paul Eggert2017-11-02
|\|