aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Disable -Wclobbered around exec_byte_code (bug#79610)scratch/exec-byte-codeMattias Engdegård2025-10-171-15/+13
* ; exec_byte_code: refactor branch caseMattias Engdegård2025-10-161-14/+14
* exec_byte_code: use fixed registers for top and pc (bug#79610)Mattias Engdegård2025-10-161-2/+16
* ; exec_byte_code: don't re-use op in FETCH2Mattias Engdegård2025-10-161-1/+1
* exec_byte_code: reduce use of semi-global 'op' (bug#79610)Mattias Engdegård2025-10-161-56/+65
* ; elisp-scope.el: Standardize copyright notice.Eshel Yaron2025-10-161-4/+6
* Return case common to all completions in try-completionSpencer Baugh2025-10-163-8/+38
* Improve color contrast of refine-related diff faces on dark backgroundsJuri Linkov2025-10-163-6/+6
* * lisp/treesit.el: Small fixes in navigation functions.Juri Linkov2025-10-161-1/+5
* Update VC-Dir contents upon revert-bufferSean Whitton2025-10-162-9/+17
* vc-auto-revert-mode: Fix an autoload problemSean Whitton2025-10-161-1/+4
* autorevert: Use defvar-local for the -mode variablesSean Whitton2025-10-161-2/+6
* ; * lisp/minibuffer.el (minibuffer--nonselected-check): Fix typos.Martin Rudalics2025-10-161-2/+2
* In 'minibuffer--nonselected-check' consult 'completion-reference-buffer'Martin Rudalics2025-10-161-4/+11
* Check if treesit-major-mode-remap-alist is bound in ts-modes autoload formsJuri Linkov2025-10-1622-50/+25
* time-stamp: padding with mixed uni- and multibyteStephen Gildea2025-10-151-10/+15
* (remote-shell-program): SimplifyStefan Monnier2025-10-151-6/+2
* ; elisp-scope.el: Rename some private symbols as suchEshel Yaron2025-10-151-337/+363
* doc/emacs/display.texi (Semantic Font Lock): SimplifyStefan Monnier2025-10-151-1/+1
* (easy-mmode--less-selective-first): Uncomment the testStefan Monnier2025-10-151-14/+14
* * lisp/minibuffer.el: Fix recent change of scrolling truncated completionsJuri Linkov2025-10-151-4/+1
* ; * lisp/progmodes/c-ts-mode.el (c-ts-mode, c++-ts-mode): Improve docstrings.Juri Linkov2025-10-151-2/+2
* New tests for multiple globalized minor modesSean Whitton2025-10-151-0/+86
* (xdg-mime-apps): Restore corner case and simplifyStefan Monnier2025-10-151-17/+16
* ; Refine a few 'elisp-*' faces for dark backgroundsEshel Yaron2025-10-151-4/+14
* Add support for su-rs and sudo-rs programsMichael Albinus2025-10-157-21/+85
* (font-lock-defaults): Clarify the use of SYNTAX-ALIST (bug#79586)Stefan Monnier2025-10-142-4/+16
* (rx): Remove the `rx--pcase-expand` middle manStefan Monnier2025-10-141-7/+1
* (define-minor-mode): Update `global-minor-modes` if init-value is non-nilStefan Monnier2025-10-143-33/+28
* Fix Tramp customizationMichael Albinus2025-10-142-2/+1
* Extend Tree-sitter support on MS-Windows to v0.26.xEli Zaretskii2025-10-141-1/+3
* Update to Transient v0.10.1-8-g188ec9a1Jonas Bernoulli2025-10-132-17/+19
* ; * lisp/vc/vc-dir.el (vc-dir-resynch-file): Use cl-nset-difference.Sean Whitton2025-10-131-1/+2
* * lisp/vc/vc-dir.el (vc-dir-resynch-file): Use file-in-directory-p.Sean Whitton2025-10-131-1/+1
* ; Fix recently introduced uses of "ELisp".Sean Whitton2025-10-133-8/+8
* ; Improve 'elisp-unknown-call' face for dark backgroundsEshel Yaron2025-10-131-1/+4
* ; Improve documentation of semantic highlightingEli Zaretskii2025-10-133-99/+160
* Rewrite 'minibuffer-nonselected-mode' to use 'window-state-change-functions'Martin Rudalics2025-10-131-34/+66
* ; ido.el: Use find-program variable instead of literal "find" (bug#79620)Joyer Huang2025-10-131-1/+1
* ; Improve 'elisp-free/bound-variable' faces.Eshel Yaron2025-10-131-3/+3
* Merge branch 'feature/elisp-fontify-semantically'Eshel Yaron2025-10-127-1/+3490
|\
| * ; elisp-scope.el: Improve customization group name handling.Eshel Yaron2025-10-121-10/+2
| * ; elisp-scope.el: Improve widget-type handling.Eshel Yaron2025-10-122-80/+106
| * ; elisp-mode.el: Improve consistency among face names.feature/elisp-fontify-semanticallyEshel Yaron2025-10-123-41/+41
| * ; elisp-scope.el: Clean up symbol role definitions.Eshel Yaron2025-10-122-129/+64
| * Document 'elisp-fontify-semantically' in the Emacs manualEshel Yaron2025-10-115-214/+193
| * ; (elisp-scope-if-let): Fix case where bindings entry is a symbolEshel Yaron2025-10-082-6/+12
| * ; * lisp/emacs-lisp/elisp-scope.el (if-let*): Add comment.Eshel Yaron2025-10-081-0/+6
| * ; elisp-scope.el: Fix 'wrong-type-argument' in local function analyzersEshel Yaron2025-10-081-12/+15
| * ; Add semantic highlighting test with 'when-let*'Eshel Yaron2025-10-082-4/+15