aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* WiPscratch/error-APIStefan Monnier24 hours3-4/+3
* WiPStefan Monnier24 hours1-19/+22
* Use the new error API functionsfeature/error-APIStefan Monnier35 hours4-42/+16
* cl-seq.el: Prefer `:test` to `:if`Stefan Monnier44 hours1-24/+24
* Improve documentation of 'define-keymap'Eli Zaretskii3 days1-2/+5
* Rename 'any' to 'member-if' and deprecate 'cl-member-if'Sean Whitton6 days3-15/+29
* Revert "Rename 'any' to 'member-if' and deprecate 'cl-member-if'"Mattias Engdegård7 days3-20/+17
* Rename 'any' to 'member-if' and deprecate 'cl-member-if'Sean Whitton7 days3-17/+20
* Simplify some overly defensive compiler macrosMattias Engdegård8 days1-14/+8
* Don't complain on compiler-macro arity mismatchMattias Engdegård8 days1-2/+8
* Implement string> as a compiler macro instead of an optimisationMattias Engdegård10 days1-10/+0
* ; Don't set properties on function aliasesMattias Engdegård10 days1-6/+3
* Eliminate double arity warningsMattias Engdegård10 days1-21/+10
* Fix (or ...) patterns in 'cond*'/'match*'Richard Lawrence10 days1-1/+1
* Fix prompting of packages for 'package-report-bug'Philip Kaludercic10 days1-2/+2
* Improve 'package-report-bug' robustnessPhilip Kaludercic10 days1-20/+51
* ; Update "Maintainers" header for compat.elPhilip Kaludercic10 days1-1/+1
* Allow more fine configuration of package retentionPhilip Kaludercic10 days1-19/+36
* Indicate if 'package-isolate' had to download a packagePhilip Kaludercic10 days1-1/+3
* Fix 'package-isolate' in combination with quickloadPhilip Kaludercic10 days1-1/+1
* ; Prevent 'package-isolate' from creating cyclic listsPhilip Kaludercic10 days1-2/+2
* Add option to keep previous package versions on upgradeJeremy Bryant10 days1-23/+18
* Upgrade 'equal' from side-effect-free to error-freeMattias Engdegård12 days1-2/+1
* Simplify peephole optimisation ruleMattias Engdegård12 days1-23/+16
* Make ert more robustMichael Albinus13 days1-1/+3
* Compare circular lists in 'equal' without error (bug#80456)Mattias Engdegård2026-02-241-6/+2
* ; pp-eval-expression: Restore binding deactivate-mark to nil.Sean Whitton2026-02-241-1/+2
* ; Fix last change.Sean Whitton2026-02-231-9/+8
* New prefix argument for pp-eval-expressionJacob S. Gordon2026-02-231-4/+11
* Optimise closed-over variables earlierMattias Engdegård2026-02-201-0/+3
* Remove two obsolete peephole optimisation rulesMattias Engdegård2026-02-201-84/+0
* Restore 'cond' one element clauses to 'cond*'Sean Whitton2026-02-191-22/+34
* elisp-scope.el: Add variable value specificationsEshel Yaron2026-02-181-3/+18
* delsel.el: Improve the overlay for text replacementStefan Monnier2026-02-141-6/+7
* Don't invoke Dired with -R when reviewing packagesPhilip Kaludercic2026-02-141-6/+2
* ; Remove 'package-vc-version' declarationPhilip Kaludercic2026-02-141-2/+0
* ; Remove unnecessary 'inline' require from package.elPhilip Kaludercic2026-02-142-4/+2
* Do not upgrade VC packages using 'package-upgrade'Philip Kaludercic2026-02-141-13/+11
* vtable fixes for tty rendering (bug#80312)Stéphane Marks2026-02-141-11/+29
* ; 'package--autosuggest-after-change-mode': Improve help-echo.Eli Zaretskii2026-02-141-1/+1
* Only check regular files for package metadataPhilip Kaludercic2026-02-131-1/+1
* Improve 'package-upgrade-all' robustnessPhilip Kaludercic2026-02-131-1/+3
* Fix 'help-echo' for package suggestions in mode linePhilip Kaludercic2026-02-131-28/+17
* Autoload 'diff-no-select'Philip Kaludercic2026-02-131-2/+0
* * lisp/emacs-lisp/cond-star.el (cond*): New Edebug specification.Sean Whitton2026-02-131-1/+7
* ; Improve documentation of 'package-autosuggest-mode'Eli Zaretskii2026-02-132-35/+57
* Merge branch 'feature/package-autosuggest'Philip Kaludercic2026-02-122-0/+261
|\
| * Ensure package contents for package suggestionsfeature/package-autosuggestPhilip Kaludercic2026-02-121-1/+6
| * ; Reset :initialize for 'package-autosuggest-mode'Philip Kaludercic2026-02-121-1/+1
| * Simplify mode-line prompt for package suggestionsPhilip Kaludercic2026-02-121-5/+1