aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; * lisp/emacs-lisp/byte-opt.el: Remove outdated commentsMattias Engdegård2022-01-111-116/+2
* Remove the unused unbind-all bytecodeMattias Engdegård2022-01-112-6/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Merge from origin/emacs-28Eli Zaretskii2022-01-0192-92/+92
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-0193-93/+93
* | * lisp/emacs-lisp/package.el (package-get-version): Add fallbackStefan Monnier2021-12-311-1/+4
* | Don't store docstrings of preloaded .el files in etc/DOCStefan Monnier2021-12-301-7/+7
* | * lisp/emacs-lisp/ert.el (ert-select-tests): Document new error.Philipp Stephani2021-12-301-1/+2
* | * lisp/emacs-lisp/ert.el (ert-select-tests): Simplify nested switchPhilipp Stephani2021-12-301-46/+36
* | Properly report errors about unbound ERT test symbols.Philipp Stephani2021-12-301-2/+7
* | ; * lisp/emacs-lisp/ert.el: Update reference to 'cl-assert'Philipp Stephani2021-12-301-1/+1
* | * Fix native comp for non trivial function names (bug#52833)Andrea Corallo2021-12-281-1/+3
* | Fix read-multiple-choice testsStefan Kangas2021-12-281-1/+1
* | read-multiple-choice: Improve key formattingStefan Kangas2021-12-271-2/+2
* | * lisp/emacs-list/eieio-compat.el: Really move to obsoleteStefan Monnier2021-12-271-278/+0
* | read-multiple-choice: Display "SPC" instead of " "Stefan Kangas2021-12-261-11/+13
* | read-multiple-choice: Add optional argument show-helpStefan Kangas2021-12-261-54/+68
* | read-multiple-choice: Add face when key not in name stringStefan Kangas2021-12-261-3/+10
* | Factor out new function rmc--add-key-descriptionStefan Kangas2021-12-261-32/+30
* | ; Fix last change: use 'utf-8-emacs-unix' encoding.Eli Zaretskii2021-12-261-3/+3
* | Minor improvements in multisession.elEli Zaretskii2021-12-261-6/+9
* | 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