aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add function `string-common-prefix'scratch/string-common-prefixPhil Sainty2026-01-241-1/+8
* * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Speed up.Mattias Engdegård2026-01-221-82/+99
* Fix down-list navigation in python-ts-modeJuri Linkov2026-01-211-0/+2
* Call browser functions via `browse-url'Daniel Mendler2026-01-201-2/+4
* Have 'package-find-news-file' handle built-in packagesPhilip Kaludercic2026-01-181-2/+4
* ; Fix type error in 'describe-package-1'Philip Kaludercic2026-01-181-1/+1
* Portable escape SWITCHES in 'package-review-diff-command'Philip Kaludercic2026-01-181-7/+8
* Improve type of user option 'package-review-policy'Philip Kaludercic2026-01-181-2/+2
* Extract "news" file extraction logicPhilip Kaludercic2026-01-181-11/+11
* Autoload 'package-delete'Philip Kaludercic2026-01-181-1/+1
* Autoload 'package-browse-url'Philip Kaludercic2026-01-171-0/+1
* Remove some mode restriction in interactive specs of package.elPhilip Kaludercic2026-01-171-4/+2
* Add a default "Subject" for package reviewsPhilip Kaludercic2026-01-171-1/+3
* Quote diff when reviewing packagePhilip Kaludercic2026-01-171-1/+4
* ; Remove redundant cl-lib runtime dependencies across lisp/USAMI Kenta2026-01-171-1/+0
* * Fix 'message' function signatureAndrea Corallo2026-01-151-1/+1
* (package-install): Fix accidental regressionStefan Monnier2026-01-141-4/+0
* ; * lisp/emacs-lisp/regexp-opt.el (regexp-opt-group): Clarify intent.Mattias Engdegård2026-01-141-4/+1
* Add new up-down option for minibuffer-visible-completionsSpencer Baugh2026-01-141-5/+1
* Rename VC outgoing and incoming log commands to include "-root-"Sean Whitton2026-01-141-3/+7
* (loaddefs-generate--make-autoload): Fix bug#80180Stefan Monnier2026-01-131-1/+5
* package.el: Fix bug#80172Stefan Monnier2026-01-132-1/+3
* (forward-sexp-function): Give it a default valueStefan Monnier2026-01-131-5/+7
* (forward-list-function): Give it a default valueStefan Monnier2026-01-131-4/+4
* Fix recent test suite regression (bug#80177)Stefan Monnier2026-01-111-6/+15
* ; Fix documentation of a recent commitEli Zaretskii2026-01-101-20/+21
* Allow 'package-isolate' to fetch missing packagesPhilip Kaludercic2026-01-101-16/+26
* Allow reviewing packages before installaionPhilip Kaludercic2026-01-101-57/+253
* cl-generic.el: Avoid an O(N^2) behaviorStefan Monnier2026-01-091-21/+37
* (cl--generic-build-combined-method): Fix lingering error (bug#80154)Stefan Monnier2026-01-091-28/+31
* Merge branch 'package-activate'Philip Kaludercic2026-01-091-0/+538
|\
| * Remove definitions not relevant to startup from package-activatePhilip Kaludercic2026-01-091-4490/+16
| * ; Prepare extraction of package.el's activation corePhilip Kaludercic2026-01-091-0/+0
* | Extract definitions from package.el used during activationPhilip Kaludercic2026-01-091-459/+2
|/
* trace.el: Avoid inf-loops when tracing "core functions"Stefan Monnier2026-01-081-27/+29
* (package-install): Refine fix for bug#79881Stefan Monnier2026-01-061-22/+24
* ; * lisp/emacs-lisp/inline.el (define-inline): Fix Info link (bug#80122).Eli Zaretskii2026-01-031-1/+1
* Clean up a lapcode peephole optimisation ruleMattias Engdegård2026-01-011-36/+41
* ; Add 2026 to copyright years.Sean Whitton2026-01-01107-107/+107
* ; Fix test resulting from 5744519ePhilip Kaludercic2026-01-011-6/+6
* (native--compile-async): Try and avoid inf-loops (bug#80012)Stefan Monnier2025-12-311-0/+6
* track-changes.el (track-changes-undo-only): New varStefan Monnier2025-12-281-3/+33
* lisp-indent-local-overrides: New variableJonas Bernoulli2025-12-272-7/+35
* December 2025 spelling fixesPaul Eggert2025-12-267-33/+33
* (cursor-sensor-tangible-pos): Prefer shortening the motionStefan Monnier2025-12-231-2/+7
* (cursor-sensor-tangible-pos): Insist on picking a tangible positionStefan Monnier2025-12-231-6/+5
* (cursor-sensor-tangible-pos): Clarify edge caseStefan Monnier2025-12-231-5/+4
* (cursor-sensor-tangible-pos): RewriteStefan Monnier2025-12-231-34/+36
* Recognise %b and %B in compile-time format string checkerMattias Engdegård2025-12-221-5/+5
* Avoid mutating properties of string literalsMattias Engdegård2025-12-211-1/+1