summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Fix capitalization ELisp -> ElispSean Whitton2025-03-121-6/+6
* ; Replace non-standard "CLisp" abbreviation for "Common Lisp"Sean Whitton2025-03-121-2/+2
* Make define-global-minor-mode alias obsoleteStefan Kangas2025-02-261-2/+1
* Highlight multiple symbols in single quotes in CL stringsThuna2025-02-121-1/+3
* Rename a recently-added variable (bug#56197)Eli Zaretskii2025-02-011-6/+7
* Revert "Don't use obsolete face variables in lisp-mode.el"Stefan Kangas2025-02-011-32/+32
* Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-55/+55
|\
| * Don't call purecopy in emacs-lisp/*.elStefan Kangas2024-12-121-55/+55
* | Don't use obsolete face variables in lisp-mode.elStefan Kangas2025-01-271-32/+32
* | lisp: Introduce a `lisp-fill-paragraph-as-displayed' variable.Maxim Cournoyer2025-01-251-30/+45
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | Make font-lock face variables obsoleteStefan Kangas2024-12-181-4/+4
|/
* * lisp/emacs-lisp/lisp-mode.el (lisp-fdefs): Fix font-lock (bug#74307).Juri Linkov2024-12-051-3/+3
* Fix font-lock in 'lisp-mode'Eli Zaretskii2024-11-161-3/+6
* Mark if-let and when-let obsoleteSean Whitton2024-10-241-6/+6
* Use a dedicated type to represent interpreted-function valuesStefan Monnier2024-04-281-1/+0
* * lisp/subr.el (with-output-to-temp-buffer): Add `indent` ruleStefan Monnier2024-02-091-1/+0
* Increase `emacs-lisp-docstring-fill-column` to 72Stefan Kangas2024-02-021-2/+3
* New special form `handler-bind`Stefan Monnier2024-01-041-3/+2
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | ; Delete redundant defvars; font-lock is preloadedStefan Kangas2023-08-251-5/+0
* | Add 'define-error' to font lock keywords for emacs-lisp-modeNeal Sidhwaney2023-07-261-1/+1
* | lisp-mode.el: Add defvar-keymap to lisp-imenu-generic-expressionBrian Leung2023-07-261-1/+1
* | Call them “bracket expressions” more consistentlyPaul Eggert2023-06-191-1/+1
* | * lisp/emacs-lisp/lisp-mode.el (lisp-ppss): Fix performance bugStefan Monnier2023-06-171-1/+1
|/
* lisp-mode: add docstring recognition for more common lisp symbolsNicolas Martyanoff2023-02-091-0/+3
* Fix docstring fontification of CL's 'defstruct'Eli Zaretskii2023-02-021-0/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Restore font-lock-type-face for lisp mode &symbolsTom Gillespie2022-12-041-2/+2
* 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