summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp-mode.el
AgeCommit message (Expand)Author
2026-05-04lisp/emacs-lisp/lisp-mode.el (lisp-fdefs): Avoid obsolete "face vars"Stefan Monnier
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-27lisp-indent-local-overrides: New variableJonas Bernoulli
2025-11-18(lisp-indent-function): Auto-load macros to get the indent infoStefan Monnier
2025-11-06hideshow: Rework previous changesElías Gabriel Pérez
2025-06-03(lisp-imenu-generic-expression): Add `oclosure-define`Thierry Volpiatto
2025-04-22Revert addition of electric-block-comment-mode & follow-up commitsSean Whitton
2025-04-15Add block-comment variables to cc-mode.Elías Gabriel Pérez
2025-04-13Add block-comment-start and block-comment-end to supported modesElías Gabriel Pérez
2025-03-12Fix capitalization ELisp -> ElispSean Whitton
2025-03-12; Replace non-standard "CLisp" abbreviation for "Common Lisp"Sean Whitton
2025-02-26Make define-global-minor-mode alias obsoleteStefan Kangas
2025-02-12Highlight multiple symbols in single quotes in CL stringsThuna
2025-02-01Rename a recently-added variable (bug#56197)Eli Zaretskii
2025-02-01Revert "Don't use obsolete face variables in lisp-mode.el"Stefan Kangas
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-27Don't use obsolete face variables in lisp-mode.elStefan Kangas
2025-01-25lisp: Introduce a `lisp-fill-paragraph-as-displayed' variable.Maxim Cournoyer
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-18Make font-lock face variables obsoleteStefan Kangas
2024-12-12Don't call purecopy in emacs-lisp/*.elStefan Kangas
2024-12-05* lisp/emacs-lisp/lisp-mode.el (lisp-fdefs): Fix font-lock (bug#74307).Juri Linkov
2024-11-16Fix font-lock in 'lisp-mode'Eli Zaretskii
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-04-28Use a dedicated type to represent interpreted-function valuesStefan Monnier
2024-02-09* lisp/subr.el (with-output-to-temp-buffer): Add `indent` ruleStefan Monnier
2024-02-02Increase `emacs-lisp-docstring-fill-column` to 72Stefan Kangas
2024-01-04New special form `handler-bind`Stefan Monnier
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-08-25; Delete redundant defvars; font-lock is preloadedStefan Kangas
2023-07-26Add 'define-error' to font lock keywords for emacs-lisp-modeNeal Sidhwaney
2023-07-26lisp-mode.el: Add defvar-keymap to lisp-imenu-generic-expressionBrian Leung
2023-06-19Call them “bracket expressions” more consistentlyPaul Eggert
2023-06-17* lisp/emacs-lisp/lisp-mode.el (lisp-ppss): Fix performance bugStefan Monnier
2023-02-09lisp-mode: add docstring recognition for more common lisp symbolsNicolas Martyanoff
2023-02-02Fix docstring fontification of CL's 'defstruct'Eli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-04Restore font-lock-type-face for lisp mode &symbolsTom Gillespie
2022-09-20Get fewer false positives for :keyword and &optionsLars Ingebrigtsen
2022-08-23Revert the changes to lisp-current-defun-nameLars Ingebrigtsen
2022-08-15Further lisp-current-defun-name tweaksLars Ingebrigtsen
2022-08-09Further lisp-current-defun-name tweaksLars Ingebrigtsen
2022-08-09Another lisp-current-defun-name tweakMichael Heerdegen
2022-08-08Further lisp-current-defun-name tweaksLars Ingebrigtsen
2022-08-08Make which-func-mode output less junkLars Ingebrigtsen
2022-07-11Fix `M-x lisp-fill-paragraph'Lars Ingebrigtsen
2022-07-06Prefer defcustom :safe to putting 'safe-local-variable'Stefan Kangas
2022-07-04Prefer defvar-keymap in emacs-lisp/*.elStefan Kangas
2022-07-04; remove regexp ambiguityMattias Engdegård