summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Get fewer false positives for :keyword and &optionsLars Ingebrigtsen2022-09-201-6/+21
* Revert the changes to lisp-current-defun-nameLars Ingebrigtsen2022-08-231-55/+18
* Further lisp-current-defun-name tweaksLars Ingebrigtsen2022-08-151-2/+7
* Further lisp-current-defun-name tweaksLars Ingebrigtsen2022-08-091-1/+1
* Another lisp-current-defun-name tweakMichael Heerdegen2022-08-091-1/+1
* Further lisp-current-defun-name tweaksLars Ingebrigtsen2022-08-081-2/+6
* Make which-func-mode output less junkLars Ingebrigtsen2022-08-081-18/+46
* Fix `M-x lisp-fill-paragraph'Lars Ingebrigtsen2022-07-111-1/+4
* Prefer defcustom :safe to putting 'safe-local-variable'Stefan Kangas2022-07-061-7/+5
* Prefer defvar-keymap in emacs-lisp/*.elStefan Kangas2022-07-041-19/+16
* ; remove regexp ambiguityMattias Engdegård2022-07-041-4/+4
* Remove some useless `eval-when-compile`Mattias Engdegård2022-07-041-51/+45
* Replace lisp-mode-symbol-regexp with (rx lisp-mode-symbol)Mattias Engdegård2022-07-041-26/+30
* Simplify lisp-el-font-lock-keywords-2 definition slightlyStefan Kangas2022-07-031-8/+6
* Font lock \\<> and \\{} command substitutions in docstringsStefan Kangas2022-07-031-1/+5
* Font lock \\`' command substitutions in docstringsStefan Kangas2022-07-021-2/+8
* Fix a recent Lisp mode filling test failureLars Ingebrigtsen2022-06-261-0/+12
* Make `M-q' work on the first line of a multi-line string againLars Ingebrigtsen2022-06-251-2/+2
* Fix warnings introduced by the lisp-mode-autoload-regexp changeLars Ingebrigtsen2022-06-041-1/+1
* Add a face to \\= doc string escapesLars Ingebrigtsen2022-06-041-0/+3
* Speed up generation of loaddefs filesLars Ingebrigtsen2022-05-311-3/+13
* Fix font-locking of (defun foo (function ...))Lars Ingebrigtsen2022-05-201-0/+3
* Make imenu find defalias entriesLars Ingebrigtsen2022-05-101-0/+9
* Tweak how `M-q' in emacs-lisp-mode worksLars Ingebrigtsen2022-04-131-21/+41
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Indent `closure' forms betterLars Ingebrigtsen2021-11-251-0/+1
* | ; * lisp/emacs-lisp/lisp-mode.el: Restore one check in flet handlingakater2021-11-091-6/+6
* | lisp/emacs-lisp/lisp-mode.el: Fix parser state corruption.akater2021-11-081-6/+7
* | Indent cl-flet-like forms correctly in incomplete expressionsakater2021-10-281-42/+32
* | Merge from origin/emacs-28Glenn Morris2021-10-221-4/+5
|\ \ | |/
| * Fix 'calculate-lisp-indent' when "[" starts containing sexp (Bug#51312)Martin Rudalics2021-10-221-4/+5
* | Add indentation rules for DEFUN's def* functionsLars Ingebrigtsen2021-10-181-0/+7
* | Remove the "def" indentation heuristicLars Ingebrigtsen2021-10-181-3/+0
* | Fontify :doc keywords as documentationLars Ingebrigtsen2021-10-181-1/+3
* | Merge from origin/emacs-28Glenn Morris2021-10-051-2/+2
|\ \ | |/
| * ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-051-2/+2
* | Change the call convention for `defvar-keymap'Lars Ingebrigtsen2021-10-051-40/+23
* | Add 'define-keymap' and 'defvar-keymap'Lars Ingebrigtsen2021-10-041-23/+40
* | Restore the flet indentation fixesakater2021-10-011-10/+72
|/
* Revert "Indent bodies of local function definitions properly in elisp-mode"Mattias Engdegård2021-09-301-35/+10
* Revert "Fix regressions in cl-flet indentation"Mattias Engdegård2021-09-301-43/+10
* Fix regressions in cl-flet indentationakater2021-09-301-10/+43
* Indent bodies of local function definitions properly in elisp-modeakater2021-09-251-10/+35
* ; More stylistic docfixes in emacs-lisp/*.el found by checkdocStefan Kangas2021-09-181-1/+1
* Support '...' quoting in Lisp filesEli Zaretskii2021-09-161-2/+2
* ; More minor docfixes found by checkdocStefan Kangas2021-09-141-1/+1
* Fix quoting style in Lisp commentsEli Zaretskii2021-09-121-1/+1
* ; Fix symbol quoting typosStefan Kangas2021-09-121-1/+1
* Adjust docstring of lisp-mode (bug#49278)João Távora2021-06-301-1/+1