summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Allow specifying that loaddefs files shouldn't not be compiledLars Ingebrigtsen2022-07-311-2/+5
* Reduce internal rx autoloadsMattias Engdegård2022-07-311-4/+6
* * lisp/emacs-lisp/eieio-base.el (eieio-persistent-read): Simplify.Stefan Kangas2022-07-311-26/+20
* Fix ede byte-compile warnings in loaddefs.elLars Ingebrigtsen2022-07-311-0/+1
* Remove loaddefs debug codeLars Ingebrigtsen2022-07-311-1/+0
* Fix cl byte-compile warning in cl-loaddefs.elLars Ingebrigtsen2022-07-312-0/+4
* Fix remaining byte-compile warnings in loaddefs.elLars Ingebrigtsen2022-07-311-0/+1
* Fix rx.el byte-compile warning in loaddefs.elLars Ingebrigtsen2022-07-311-0/+4
* Fix further package.el loaddefs byte-compile warningsLars Ingebrigtsen2022-07-311-0/+3
* Fix loaddefs byte-compile warning from package.elLars Ingebrigtsen2022-07-311-0/+1
* Delete redisplay-end-trigger-functions and related defunsStefan Kangas2022-07-311-1/+1
* Fix native compiler handling of narrow-to-regionGerd Möllmann2022-07-301-5/+1
* Tweak icons.el emoji detectionLars Ingebrigtsen2022-07-301-1/+1
* ; * lisp/emacs-lisp/icons.el (icon-preference): repair typeMattias Engdegård2022-07-301-4/+4
* Handle the optional argument of 'narrow-to-region' in byte-compiled code.Gregory Heytings2022-07-301-2/+2
* ; * lisp/emacs-lisp/regi.el: Delete incorrect "last modified" comment.Stefan Kangas2022-07-301-1/+0
* Adapt native compiler to change in narrow-to-regionGerd Möllmann2022-07-291-1/+2
* Cleanup `string-equal-ignore-case' declarations.Sam Steingold2022-07-281-4/+3
* Comment fixes for recent icon codeLars Ingebrigtsen2022-07-281-2/+0
* ; Minor fixes to the "icons" featureEli Zaretskii2022-07-281-1/+3
* ; Delete LCD Archive entriesStefan Kangas2022-07-282-14/+2
* Use icons in warnings buffersLars Ingebrigtsen2022-07-281-25/+30
* Add support for user-customizable iconsLars Ingebrigtsen2022-07-281-0/+265
* string-equal-ignore-case: new functionSam Steingold2022-07-264-8/+6
* Make package-archives URL treatment slighty laxerRobert Pluim2022-07-251-1/+1
* Don't exclude current dir in `package--reload-previously-loaded'Paul Pogonyshev2022-07-241-6/+21
* Fix `lsh` warning shortcomings (bug#56641)Mattias Engdegård2022-07-231-1/+1
* ; * lisp/emacs-lisp/bytecomp.el: comment cleanupMattias Engdegård2022-07-231-8/+2
* Use special-mode in eldoc--doc-bufferLars Ingebrigtsen2022-07-231-2/+2
* Fix off-by-one error in string-truncate-leftLars Ingebrigtsen2022-07-231-2/+6
* Fix typo in error message in native-compile-prune-cacheLars Ingebrigtsen2022-07-231-1/+1
* Give a better error message in native-compile-prune-cacheLars Ingebrigtsen2022-07-221-0/+2
* ; * lisp/emacs-lisp/byte-opt.el (byte-optimize--fixnump): Optimise.Mattias Engdegård2022-07-211-1/+1
* ; Normalize some "Author" headersStefan Kangas2022-07-201-3/+2
* Gently discourage use of `lsh` (bug#56641)Mattias Engdegård2022-07-201-3/+0
* Prefer defvar-keymap in some trivial casesStefan Kangas2022-07-201-1/+1
* Make eldoc-echo-area-prefer-doc-buffer consider all framesJoão Távora2022-07-201-2/+3
* Ensure Eldoc buffer displays on interactive M-x eldocJoão Távora2022-07-201-3/+2
* Speed up `seq-subseq` for lists (bug#56521)Mattias Engdegård2022-07-181-8/+12
* Use `take` where clearly safe to do so (bug#56521)Mattias Engdegård2022-07-181-5/+7
* Add `take` and `ntake` (bug#56521)Mattias Engdegård2022-07-172-2/+6
* Allow ;;;###autoloading transient-define-prefixLars Ingebrigtsen2022-07-161-1/+2
* Optimise `append` callsMattias Engdegård2022-07-161-0/+78
* Improved cons optimisationMattias Engdegård2022-07-161-5/+8
* Transform (list) -> nil in source optimiserMattias Engdegård2022-07-161-0/+5
* ; Fix typosStefan Kangas2022-07-141-2/+2
* ; Fix typos: prefer American spellingStefan Kangas2022-07-143-3/+3
* Merge from origin/emacs-28Stefan Kangas2022-07-141-1/+1
|\
| * Mark async worker tmp file as utf-8-emacs-unix (bug#48029)Andrea Corallo2022-07-131-1/+1
* | Merge from origin/emacs-28Stefan Kangas2022-07-142-17/+17
|\|