summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Add trampoline AOT compilation target (bug#58318)Andrea Corallo2022-10-111-0/+11
* package.el: Understand a few more variations in tarball formatsStefan Monnier2022-10-081-3/+7
* Fix vtable-insert-object line insertionLars Ingebrigtsen2022-10-081-3/+11
* Mention seq-keep in shortdocLars Ingebrigtsen2022-10-081-0/+2
* ; Silence byte-compiler in benchmark.elStefan Kangas2022-10-071-0/+1
* Clearer byte-compiler arity warnings (bug#58319)Mattias Engdegård2022-10-071-1/+3
* Improve package-check-signature docstringStefan Kangas2022-10-071-10/+17
* Fix calling `package-reinstall' just after quick initialization.Matt Armstrong2022-10-061-4/+8
* Add 'seq-keep'Lars Ingebrigtsen2022-10-041-0/+4
* Make `eq' obsolete as a generalized variableLars Ingebrigtsen2022-10-041-0/+1
* Make loaddefs-generate more resilientLars Ingebrigtsen2022-10-041-1/+1
* Don't bug out in advice--make-docstring when there's not doc stringLars Ingebrigtsen2022-10-041-1/+2
* ; Fix logic of $HOME adjustment for 'ert-remote-temporary-file-directory'Jim Porter2022-10-031-1/+1
* Rename to inhibit-automatic-native-compilationLars Ingebrigtsen2022-10-031-1/+1
* Add new variable 'inhibit-native-compilation'Lars Ingebrigtsen2022-10-031-16/+20
* Fix more overly long docstrings in eieioStefan Kangas2022-10-031-8/+11
* Fix overly wide docstrings generated by eieioStefan Kangas2022-10-021-6/+12
* ; Fix typos (prefer American spelling)Stefan Kangas2022-09-291-2/+2
* package-update would always re-install packageLin Sun2022-09-281-2/+2
* ert-x: Improve realism of `ert-with-test-buffer-selected'Richard Hansen2022-09-271-1/+9
* Fix percentage width computation in vtableLars Ingebrigtsen2022-09-261-1/+2
* ; Clarify wording of some doc strings in shortdoc.elEli Zaretskii2022-09-251-4/+4
* Boolean constant detection additionsMattias Engdegård2022-09-251-1/+2
* Add :buffer argument to ert-with-temp-fileStefan Kangas2022-09-251-2/+16
* Improve shortdoc documentationStefan Kangas2022-09-251-8/+17
* Fix shortdoc movement commandsStefan Kangas2022-09-251-1/+1
* Add new command 'shortdoc-copy-function-as-kill'Stefan Kangas2022-09-251-1/+16
* Bind "N"/"P" to next/prev section in shortdocStefan Kangas2022-09-251-0/+2
* * lisp/emacs-lisp/icons.el (icons--create): Use default rotation 0 (bug#57813)Juri Linkov2022-09-241-1/+1
* Remove "manual" package--builtin-versions updatesLars Ingebrigtsen2022-09-242-10/+1
* Tweak how :override advice is formatted in *Help*Lars Ingebrigtsen2022-09-241-12/+28
* Rename file-name-directoryLars Ingebrigtsen2022-09-241-5/+5
* * lisp/emacs-lisp/shortdoc.el (file-name): Improve examples.Stefan Kangas2022-09-241-4/+2
* * lisp/emacs-lisp/eieio.el (defclass): Fix bug#51068Stefan Monnier2022-09-231-0/+1
* cconv.el: Fix interactive closure bug#51695Stefan Monnier2022-09-232-15/+51
* Make loaddefs-gen register parent :groups from defcustomLars Ingebrigtsen2022-09-231-2/+6
* Don't rewrite `set` to `setq` of lexical variablesMattias Engdegård2022-09-221-9/+10
* ; * lisp/emacs-lisp/gv.el (gv-synthetic-place): Doc fix.Eli Zaretskii2022-09-211-2/+4
* Merge from origin/emacs-28Stefan Kangas2022-09-213-4/+5
|\
| * ; Fix typos in Lisp symbolsStefan Kangas2022-09-202-2/+2
| * MacOS ld warning from native compilation (bug#57849)Gerd Möllmann2022-09-191-2/+3
* | Get fewer false positives for :keyword and &optionsLars Ingebrigtsen2022-09-201-6/+21
* | Obsolete unused variable in debug.elStefan Kangas2022-09-201-4/+4
* | * lisp/emacs-lisp/cl-generic.el (cl--generic-lambda): Fix bug#57903Stefan Monnier2022-09-191-6/+21
* | * lisp/outline.el (outline-minor-mode-use-margins): New user option.Juri Linkov2022-09-191-1/+5
* | Abolish max-specpdl-size (bug#57911)Mattias Engdegård2022-09-193-6/+2
* | Improve check for misleading 'cl-case' cases (Bug#57915).Philipp Stephani2022-09-191-1/+1
* | Turn gv-synthetic-place into a functionMichael Heerdegen2022-09-181-5/+5
* | Autoload string-joinLars Ingebrigtsen2022-09-171-0/+1
* | Accept more wide function signatures in docstringsStefan Kangas2022-09-161-1/+1