summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Use the new `permission-denied' error to catch multisession errorsLars Ingebrigtsen2021-12-211-1/+1
* Fix bug#28557Stefan Monnier2021-12-205-25/+33
* ; * lisp/emacs-lisp/cl-macs.el (cl--self-tco): fix bootstrappingMattias Engdegård2021-12-201-2/+2
* Body of dynamic let-bindings is not in tail positionMattias Engdegård2021-12-201-3/+8
* Add `macroexp--dynamic-variable-p`Mattias Engdegård2021-12-202-20/+42
* Treat base64 string encode/decode as pure functionsMattias Engdegård2021-12-201-0/+2
* Add a new elp-restore-package commandDaniel Mendler2021-12-191-0/+8
* Fix elp-*-list interactive specsLars Ingebrigtsen2021-12-191-2/+2
* Remove incorrect byte-hunk-handler for `eval`Mattias Engdegård2021-12-181-9/+0
* Make generation of JUnit test reports more robust.Michael Albinus2021-12-181-13/+28
* Make multisession file reading more resilient on WindowsLars Ingebrigtsen2021-12-181-19/+26
* Handle missing JUnit test reportsMichael Albinus2021-12-171-114/+118
* multisession.el: Avoid old specializer syntaxStefan Monnier2021-12-171-8/+8
* Improve multisession test results on MS-WindowsEli Zaretskii2021-12-171-1/+2
* Fix parallel build with multisession.elLars Ingebrigtsen2021-12-171-1/+0
* Update files times in multisesssion properlyLars Ingebrigtsen2021-12-161-0/+1
* Make the multisession files value read more resilientLars Ingebrigtsen2021-12-161-9/+16
* Declare a couple more functions in multisession.elLars Ingebrigtsen2021-12-161-0/+2
* Add support for multisession variablesLars Ingebrigtsen2021-12-161-0/+429
* Add errors in ert JUnit test reportsMichael Albinus2021-12-151-49/+85
* eieio-compat.el: Move to lisp/obsoleteStefan Monnier2021-12-141-0/+1
* ERT can generate JUnit test reportsMichael Albinus2021-12-131-5/+129
* * lisp/emacs-lisp/generator.el (iter-yield): SimplifyStefan Monnier2021-12-131-4/+2
* ; * lisp/emacs-lisp/shortdoc.el (keymaps): Fix typo.Stefan Kangas2021-12-121-1/+1
* Constant-propagate access to captured variablesMattias Engdegård2021-12-111-2/+6
* Use defvar-keymap for package-menu-mode-mapStefan Kangas2021-12-101-29/+27
* Convert shortdoc-mode-map to defvar-keymapStefan Kangas2021-12-081-8/+6
* Remove some unnecessary references to Emacs 22Stefan Kangas2021-12-071-2/+1
* Remove spurious space in byte-compiler warningStefan Kangas2021-12-061-2/+2
* Prefer nil to (current-time) when either will doPaul Eggert2021-12-051-2/+2
* ; Small doc fix in recent eieio-opt.el changeStefan Kangas2021-12-061-1/+1
* EIEIO: Remove redundant type info in helpStefan Monnier2021-12-052-5/+1
* Don't fill byte-compilation warnings in batch modeLars Ingebrigtsen2021-12-061-1/+3
* Merge from origin/emacs-28Stefan Kangas2021-12-051-1/+1
|\
| * * lisp/emacs-lisp/edebug.el (edebug-eval-defun): Minor doc fix.Stefan Kangas2021-12-041-1/+1
* | Make package-dir-info more resilientLars Ingebrigtsen2021-12-051-7/+11
* | eieio-core.el: Allow assignment to cl-structs through `slot-value`Stefan Monnier2021-12-041-7/+12
* | Remove some more items obsolete since Emacs 23Stefan Kangas2021-12-031-3/+0
* | Clarify the run-at-time documentation about "integral multiple"Lars Ingebrigtsen2021-12-031-2/+10
* | ; Minor cleanup in re-builder after my last commitStefan Kangas2021-12-031-5/+5
* | Don't support obsolete sregex syntax in re-builderStefan Kangas2021-12-031-7/+7
* | * lisp/emacs-lisp/cl-macs.el (natnum): Fix typoStefan Monnier2021-12-031-1/+1
* | * lisp/emacs-lisp/cl-macs.el (natnum): Define it as a typeStefan Monnier2021-12-031-0/+1
* | Fix previous macroexp--warn-wrap changeLars Ingebrigtsen2021-12-021-5/+6
* | Add `cl-constantly' functionLars Ingebrigtsen2021-12-021-0/+5
* | * lisp/emacs-lisp/macroexp.el: Improve last changeStefan Monnier2021-12-011-7/+8
* | Make use of `comp-cstr-shallow-copy'Andrea Corallo2021-12-012-50/+18
* | * Redefine `comp-cstr-shallow-copy'Andrea Corallo2021-12-011-2/+10
* | * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Decl struct predicates as pureAndrea Corallo2021-12-011-1/+1
* | * lisp/emacs-lisp/cconv.el (cconv--lifted-arg): SimplifyStefan Monnier2021-12-011-3/+3