aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/elisp-mode.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use the new error API functionsStefan Monnier8 hours1-5/+3
* elisp--highlight-function-argument: Handle special syntax correctlyVili Aapro2026-02-151-0/+3
* elisp--highlight-function-argument: Use forward-sexpVili Aapro2026-02-151-4/+7
* elisp--highlight-function-argument: Use temporary bufferVili Aapro2026-02-151-26/+30
* ; * lisp/progmodes/elisp-mode.el: slightly better rescanning pointMattias Engdegård2026-02-011-1/+1
* Fix lazy doc string fontify bug in elisp-byte-code-mode (bug#80292)Mattias Engdegård2026-01-311-1/+3
* Fix recent test suite regression (bug#80177)Stefan Monnier2026-01-111-31/+37
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* December 2025 spelling fixesPaul Eggert2025-12-261-1/+1
* ; (elisp-fontify-symbol): Put less text props when possibleEshel Yaron2025-10-261-11/+16
* ; Simplify symbol role ':help' functions.Eshel Yaron2025-10-211-11/+9
* ; Fix semantic highlighting in presence of shorthandsEshel Yaron2025-10-211-8/+10
* ; Refine a few 'elisp-*' faces for dark backgroundsEshel Yaron2025-10-151-4/+14
* ; Fix recently introduced uses of "ELisp".Sean Whitton2025-10-131-1/+1
* ; Improve 'elisp-unknown-call' face for dark backgroundsEshel Yaron2025-10-131-1/+4
* ; Improve documentation of semantic highlightingEli Zaretskii2025-10-131-52/+102
* ; Improve 'elisp-free/bound-variable' faces.Eshel Yaron2025-10-131-3/+3
* ; elisp-mode.el: Improve consistency among face names.feature/elisp-fontify-semanticallyEshel Yaron2025-10-121-5/+5
* ; elisp-scope.el: Clean up symbol role definitions.Eshel Yaron2025-10-121-3/+3
* ; Fix typos in docstrings of some faces.Eshel Yaron2025-10-071-6/+6
* ; Update a couple of face definitions for ELisp variablesEshel Yaron2025-10-061-2/+4
* ; elisp-scope.el: Recognize special variable declarationsEshel Yaron2025-10-061-0/+3
* ; Expand ELisp semantic highlighting documentationEshel Yaron2025-10-021-1/+15
* ; Use 'font-lock-keywords' for ELisp semantic highlightingEshel Yaron2025-10-021-21/+8
* ; elisp-scope.el: Rename 'declaration' role.Eshel Yaron2025-10-011-2/+2
* ; Call it "symbol role" instead of "symbol type".Eshel Yaron2025-10-011-4/+4
* ; Rename scope.el to elisp-scope.elEshel Yaron2025-09-291-4/+5
* Add optional semantic highlighting for Emacs Lisp.Eshel Yaron2025-09-291-0/+289
* Fix nil value of 'elisp-flymake-byte-compile-executable'Spencer Baugh2025-09-061-14/+17
* ; Fix 'elisp-flymake-byte-compile-executable' defcustomEli Zaretskii2025-09-051-1/+3
* ; Improve error message in elisp-mode.elEli Zaretskii2025-09-021-1/+2
* ; Fix last changeEli Zaretskii2025-09-021-5/+6
* Add 'elisp-flymake-byte-compile-executable' defcustomSpencer Baugh2025-09-021-1/+32
* Make elint obsolete (bug#78685)Mattias Engdegård2025-07-051-9/+0
* Fix the match data in elisp-outline-search.Juri Linkov2025-04-301-2/+5
* Ignore parens in strings for outline headings in emacs-lisp-mode.Juri Linkov2025-04-291-0/+14
* Allow to disable 'lexical-binding'Eli Zaretskii2025-04-241-10/+28
* ; Fix last changeEli Zaretskii2025-04-131-1/+1
* Add variable for control docstring length in elisp eldoc functionsElías Gabriel Pérez2025-04-131-15/+26
* Optionally display function docstring in eldocElías Gabriel Pérez2025-04-051-0/+44
* Fix capitalization ELisp -> ElispSean Whitton2025-03-121-1/+1
* Merge from origin/emacs-30Eli Zaretskii2025-03-011-4/+4
|\
| * ; Fix my last commitStefan Kangas2025-02-261-4/+4
* | Merge from origin/emacs-30Eli Zaretskii2025-03-011-8/+8
|\ \ | |/
| * ; Fix up emacs-lisp-mode docstringStefan Kangas2025-02-261-8/+8
* | Prefer '(oddp A)' to '(= 1 (logand A 1))'Stefan Kangas2025-02-171-1/+1
* | Merge from origin/emacs-30Eli Zaretskii2025-02-011-2/+1
|\ \ | |/
| * Do not set `trusted-content` in major modesStefan Kangas2025-01-311-2/+1
* | Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-5/+1
|\ \
| * | Purecopy removal: Lisp codePip Cet2024-12-121-5/+1