summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp-mode.el
Commit message (Expand)AuthorAge
* lisp-mode: add docstring recognition for more common lisp symbolsNicolas Martyanoff2023-02-09
* Fix docstring fontification of CL's 'defstruct'Eli Zaretskii2023-02-02
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Restore font-lock-type-face for lisp mode &symbolsTom Gillespie2022-12-04
* Get fewer false positives for :keyword and &optionsLars Ingebrigtsen2022-09-20
* Revert the changes to lisp-current-defun-nameLars Ingebrigtsen2022-08-23
* Further lisp-current-defun-name tweaksLars Ingebrigtsen2022-08-15
* Further lisp-current-defun-name tweaksLars Ingebrigtsen2022-08-09
* Another lisp-current-defun-name tweakMichael Heerdegen2022-08-09
* Further lisp-current-defun-name tweaksLars Ingebrigtsen2022-08-08
* Make which-func-mode output less junkLars Ingebrigtsen2022-08-08
* Fix `M-x lisp-fill-paragraph'Lars Ingebrigtsen2022-07-11
* Prefer defcustom :safe to putting 'safe-local-variable'Stefan Kangas2022-07-06
* Prefer defvar-keymap in emacs-lisp/*.elStefan Kangas2022-07-04
* ; remove regexp ambiguityMattias Engdegård2022-07-04
* Remove some useless `eval-when-compile`Mattias Engdegård2022-07-04
* Replace lisp-mode-symbol-regexp with (rx lisp-mode-symbol)Mattias Engdegård2022-07-04
* Simplify lisp-el-font-lock-keywords-2 definition slightlyStefan Kangas2022-07-03
* Font lock \\<> and \\{} command substitutions in docstringsStefan Kangas2022-07-03
* Font lock \\`' command substitutions in docstringsStefan Kangas2022-07-02
* Fix a recent Lisp mode filling test failureLars Ingebrigtsen2022-06-26
* Make `M-q' work on the first line of a multi-line string againLars Ingebrigtsen2022-06-25
* Fix warnings introduced by the lisp-mode-autoload-regexp changeLars Ingebrigtsen2022-06-04
* Add a face to \\= doc string escapesLars Ingebrigtsen2022-06-04
* Speed up generation of loaddefs filesLars Ingebrigtsen2022-05-31
* Fix font-locking of (defun foo (function ...))Lars Ingebrigtsen2022-05-20
* Make imenu find defalias entriesLars Ingebrigtsen2022-05-10
* Tweak how `M-q' in emacs-lisp-mode worksLars Ingebrigtsen2022-04-13
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Indent `closure' forms betterLars Ingebrigtsen2021-11-25
* | ; * lisp/emacs-lisp/lisp-mode.el: Restore one check in flet handlingakater2021-11-09
* | lisp/emacs-lisp/lisp-mode.el: Fix parser state corruption.akater2021-11-08
* | Indent cl-flet-like forms correctly in incomplete expressionsakater2021-10-28
* | Merge from origin/emacs-28Glenn Morris2021-10-22
|\|
| * Fix 'calculate-lisp-indent' when "[" starts containing sexp (Bug#51312)Martin Rudalics2021-10-22
* | Add indentation rules for DEFUN's def* functionsLars Ingebrigtsen2021-10-18
* | Remove the "def" indentation heuristicLars Ingebrigtsen2021-10-18
* | Fontify :doc keywords as documentationLars Ingebrigtsen2021-10-18
* | Merge from origin/emacs-28Glenn Morris2021-10-05
|\|
| * ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-05
* | Change the call convention for `defvar-keymap'Lars Ingebrigtsen2021-10-05
* | Add 'define-keymap' and 'defvar-keymap'Lars Ingebrigtsen2021-10-04
* | Restore the flet indentation fixesakater2021-10-01
|/
* Revert "Indent bodies of local function definitions properly in elisp-mode"Mattias Engdegård2021-09-30
* Revert "Fix regressions in cl-flet indentation"Mattias Engdegård2021-09-30
* Fix regressions in cl-flet indentationakater2021-09-30
* Indent bodies of local function definitions properly in elisp-modeakater2021-09-25
* ; More stylistic docfixes in emacs-lisp/*.el found by checkdocStefan Kangas2021-09-18
* Support '...' quoting in Lisp filesEli Zaretskii2021-09-16