summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Suspend temp .elc production when native compiling till when necessaryAndrea Corallo2022-01-192-9/+16
* * Move some code in in `byte-write-target-file'.Andrea Corallo2022-01-191-32/+37
* autoload.el: Fix corner case and avoid encoding issuesStefan Monnier2022-01-181-2/+2
* Move the Gnus range functions to a new range.el fileLars Ingebrigtsen2022-01-171-0/+467
* Don't bug out on improper lists in pp-emacs-lisp-codeLars Ingebrigtsen2022-01-151-1/+4
* (macroexp--expand-all): Fix bug#53227 and bug#46636Stefan Monnier2022-01-141-2/+6
* Add a `shortdoc' convenience aliasLars Ingebrigtsen2022-01-141-0/+3
* Merge from origin/emacs-28Stefan Kangas2022-01-141-1/+1
|\
| * Fix Edebug specification for inline functions (Bug#53068).Philipp Stephani2022-01-131-1/+1
| * Revert "Fix closure-conversion of shadowed captured lambda-lifted vars"Mattias Engdegård2022-01-121-25/+6
| * Fix closure-conversion of shadowed captured lambda-lifted varsMattias Engdegård2022-01-121-6/+25
* | Prefer defvar-keymap to easy-mmode-defmapStefan Kangas2022-01-131-1/+5
* | Make ert explainers work on function aliasesLars Ingebrigtsen2022-01-131-6/+11
* | Remove the filename argument from the command line after an ELC+ELN buildAlan Mackenzie2022-01-111-1/+2
* | Merge remote-tracking branch 'origin/emacs-28' into trunkStefan Monnier2022-01-102-6/+5
|\|
| * Revert "Remove the filename argument from the command line after an ELC+ELN b...Eli Zaretskii2022-01-101-2/+1
| * Remove the filename argument from the command line after an ELC+ELN buildAlan Mackenzie2022-01-101-1/+2
| * Revert "Fix alignment on font size change in tabulated-list-mode"Eli Zaretskii2022-01-091-2/+1
| * ; * lisp/emacs-lisp/package.el (package-native-compile): Fix doc wording.Eli Zaretskii2022-01-091-4/+4
* | Add doc-string indices to easy-mmode-{defmap,defsyntax}Ivan Sokolov2022-01-091-2/+2
* | Merge from origin/emacs-28Stefan Kangas2022-01-091-1/+7
|\|
| * Clarify docstring of package-native-compileStefan Kangas2022-01-091-1/+7
* | cl-generic.el: Fix bug#46722Stefan Monnier2022-01-051-1/+3
* | Merge from origin/emacs-28Stefan Kangas2022-01-051-0/+1
|\|
| * * lisp/emacs-lisp/checkdoc.el (bytecomp): Add missing requirePhilipp Stephani2022-01-051-0/+1
* | Improve pp-emacs-lisp-code for #'Lars Ingebrigtsen2022-01-041-2/+4
* | ; 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