aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Subsume `string-try-completion' into `string-common-prefix'Phil Sainty2025-06-291-6/+8
* Add functions `string-common-prefix' and `string-try-completion'Phil Sainty2025-06-081-1/+9
* Fix 'save-some-buffers' when file name has embedded '%'Eli Zaretskii2025-06-071-19/+19
* Teach checkdoc about (:this that) in cl-defunEli Zaretskii2025-06-071-16/+28
* Fix function arity check for noncompiled callees (bug#78685)Mattias Engdegård2025-06-051-5/+2
* (cl-deftype): Silence spurious warnings in `xcb-types.el`Stefan Monnier2025-06-041-1/+1
* (lisp-imenu-generic-expression): Add `oclosure-define`Thierry Volpiatto2025-06-031-1/+1
* Merge from origin/emacs-30Eli Zaretskii2025-05-241-2/+5
|\
| * ; * lisp/emacs-lisp/find-func.el (find-function): Doc fix.Eli Zaretskii2025-05-221-2/+5
* | * lisp/emacs-lisp/find-func.el: Fix Eager macro-expansion failureLin Sun2025-05-211-14/+18
* | Merge from origin/emacs-30Eli Zaretskii2025-05-171-3/+13
|\ \ | |/
| * ; * lisp/emacs-lisp/comp.el (native-compile-prune-cache): Doc fix.Eli Zaretskii2025-05-101-3/+13
| * Fix compilation errors due to insufficient compiler safety (bug#63288)Pip Cet2025-04-011-1/+1
* | lisp/emacs-lisp/cl-preloaded.el (cl--define-derived-type): Fix corner caseStefan Monnier2025-05-131-2/+5
* | lisp/emacs-lisp/cl-macs.el (cl--define-derived-type): Fix thinkoDavid Ponce2025-05-131-1/+1
* | lisp/emacs-lisp/cl-macs.el (cl--define-derived-type): Fix partial bootstrapStefan Monnier2025-05-111-32/+34
* | cl-types: Improve error messagesStefan Monnier2025-05-083-29/+24
* | cl-lib.el (cl-generic-generalizers): Fix partial bootstrapStefan Monnier2025-05-072-10/+10
* | (cl-deftype): Precompute the predicate functionStefan Monnier2025-05-073-46/+78
* | Merge branch 'cl-types'Stefan Monnier2025-05-075-10/+249
|\ \
| * | (cl-deftype): Don't set `cl-deftype-handler` directlyscratch/cl-typesStefan Monnier2025-05-072-14/+12
| * | lisp/emacs-lisp/cl-types.el: Delete fileStefan Monnier2025-05-071-53/+0
| * | cl-types: The big renaming to "derived types"Stefan Monnier2025-05-074-47/+47
| * | (cl-types-of): Fix two plain bugsDavid Ponce2025-05-071-6/+8
| * | (cl-generic-generalizers): Fix typo in last changeStefan Monnier2025-05-061-1/+1
| * | (cl-generic-generalizers): Skip types that need argumentsStefan Monnier2025-05-061-4/+7
| * | cl-types: Integrate into CL-LibStefan Monnier2025-05-056-272/+281
| * | cl-types: Simplify a bit furtherStefan Monnier2025-05-051-119/+91
| * | cl-types.el: Speed up deftype and dispatchDavid Ponce2025-05-051-90/+100
| * | (cl-types-of): Speed up by caching more of its workDavid Ponce2025-04-291-51/+71
| * | lisp/emacs-lisp/cl-types.el: New fileStefan Monnier2025-04-281-0/+278
* | | Preserve directory structure of local packagesPhilip Kaludercic2025-05-031-22/+21
* | | Fix 'Skip' behavior in erts files (bug#76839)Roi Martin2025-05-031-1/+1
* | | Improve native--compile-skip-on-battery-pSean Whitton2025-05-031-5/+22
* | | New user option native-comp-async-on-battery-powerSean Whitton2025-05-021-1/+29
* | | ; * lisp/emacs-lisp/package.el (dired-get-marked-files): Declare.Sean Whitton2025-05-011-0/+2
* | | ; Fix invalid 'expand-file-name' call from 4226eb2bPhilip Kaludercic2025-05-011-2/+2
* | | Allow selecting what to copy when installing a local packagePhilip Kaludercic2025-04-301-3/+8
* | | Improve detection of VC package revisionsPhilip Kaludercic2025-04-301-1/+3
* | | Avoid using symbolic links when installing local VC packagesPhilip Kaludercic2025-04-301-9/+10
* | | Do a deep-copy when installing a package from a local packagePhilip Kaludercic2025-04-301-3/+2
* | | register.el: Remove bogus deftypes and fix associated methodsStefan Monnier2025-04-291-0/+1
|/ /
* | * Fix missing lexical-binding cookie warning on async compilation (bug#77918)Roi Martin2025-04-251-0/+1
* | Revert addition of electric-block-comment-mode & follow-up commitsSean Whitton2025-04-221-2/+0
* | (eieio-backward-compatibility): Set to `warn` (bug#77612)Stefan Monnier2025-04-173-19/+36
* | Add block-comment variables to cc-mode.Elías Gabriel Pérez2025-04-151-2/+2
* | (cl-generic-define-method): Try and fix bug#77464Stefan Monnier2025-04-131-10/+12
* | Add block-comment-start and block-comment-end to supported modesElías Gabriel Pérez2025-04-131-0/+2
* | vc-do-async-command: Ellipse later lines in multiline argumentsSean Whitton2025-04-121-1/+3
* | ; Fix an error in 'package-quickstart-refresh'Eli Zaretskii2025-04-101-2/+3