aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename button-buttonize to buttonizeLars Ingebrigtsen2021-11-041-1/+1
* Optimise (cond) => nil at source levelMattias Engdegård2021-11-021-1/+1
* Support inserting images in tabulated-list-mode columnsStefan Kangas2021-11-021-11/+26
* Make lambdas/closures/byte code in `C-h b' clickableLars Ingebrigtsen2021-11-021-0/+1
* Read mailcaps again only when necessaryGregory Heytings2021-11-011-0/+3
* eieio-core.el: Make slot-value work on defstructsStefan Monnier2021-10-312-7/+7
* Remove workaround for fixed Bug#6581 from ertStefan Kangas2021-10-311-35/+20
* Fix bug with string values in equal-including-propertiesStefan Kangas2021-10-311-0/+1
* Add new function string-glyph-splitLars Ingebrigtsen2021-10-302-0/+18
* Merge from origin/emacs-28Eli Zaretskii2021-10-301-6/+6
|\
| * Improve documentation of string truncation APIsEli Zaretskii2021-10-301-6/+6
* | Merge from origin/emacs-28Glenn Morris2021-10-291-0/+80
|\ \ | |/
| * Move lisp/shorthands.el to lisp/emacs-lisp/shorthands.elLars Ingebrigtsen2021-10-291-0/+80
* | Indent cl-flet-like forms correctly in incomplete expressionsakater2021-10-281-42/+32
* | (string-pixel-width): Rewrite to avoid side effectsStefan Monnier2021-10-271-7/+2
* | Simplify string-pixel-widthLars Ingebrigtsen2021-10-271-12/+6
* | Fix parsing of erts filesLars Ingebrigtsen2021-10-271-3/+4
* | Harden ert-resource-directory against errorsLars Ingebrigtsen2021-10-271-11/+11
* | Add new function 'string-pixel-width'Lars Ingebrigtsen2021-10-272-1/+27
* | Add links to commentary reached with finder-list-keywordsStefan Kangas2021-10-231-0/+21
* | Merge from origin/emacs-28Glenn Morris2021-10-221-4/+5
|\ \ | |/
| * Fix 'calculate-lisp-indent' when "[" starts containing sexp (Bug#51312)Martin Rudalics2021-10-221-4/+5
* | Error out on invalid `define-keymap' keywordsLars Ingebrigtsen2021-10-191-0/+3
* | Add indentation rules for DEFUN's def* functionsLars Ingebrigtsen2021-10-181-0/+7
* | Update elp-not-profilableLars Ingebrigtsen2021-10-181-7/+6
* | Remove the "def" indentation heuristicLars Ingebrigtsen2021-10-181-3/+0
* | Fontify :doc keywords as documentationLars Ingebrigtsen2021-10-181-1/+3
* | New option show-paren-context-when-offscreenDaniel Martín2021-10-181-1/+8
* | Reinstate defvar-keymap expansionLars Ingebrigtsen2021-10-171-8/+11
* | Back out `define-keymap' optimization -- it leads to a build errorLars Ingebrigtsen2021-10-171-3/+2
* | Support a new ["..."] key binding syntaxLars Ingebrigtsen2021-10-171-0/+61
* | Merge from origin/emacs-28Glenn Morris2021-10-161-3/+6
|\ \ | |/
| * * lisp/emacs-lisp/comp.el (comp-trampoline-compile): Fix target dir.Andrea Corallo2021-10-161-1/+2
| * * Fix `native-compile-target-directory' effectiveness on trampolinesAndrea Corallo2021-10-151-1/+3
| * ; * lisp/emacs-lisp/comp.el (comp-trampoline-compile): Fix comment.Andrea Corallo2021-10-151-2/+2
* | Mark def* macros for indentationLars Ingebrigtsen2021-10-136-12/+11
* | Mark all def* functions that should indent as `defun'Lars Ingebrigtsen2021-10-131-0/+1
* | Merge from origin/emacs-28Paul Eggert2021-10-131-5/+10
|\ \ | |/
| * Improve shortdoc for vectorStefan Kangas2021-10-131-5/+10
* | Allow inhibiting `not-unused' warningsLars Ingebrigtsen2021-10-132-5/+5
* | Merge from origin/emacs-28Glenn Morris2021-10-113-16/+7
|\ \ | |/
| * Fix ert errors when there's a test that binds `debug-on-error'Lars Ingebrigtsen2021-10-111-0/+4
| * New function num-processorsPaul Eggert2021-10-101-14/+1
| * ; * lisp/emacs-lisp/shortdoc.el: Fix typo.Stefan Kangas2021-10-101-2/+2
* | Merge from origin/emacs-28Glenn Morris2021-10-061-2/+1
|\ \ | |/
| * native-comp-available-p is the definitive testStephen Gildea2021-10-051-2/+1
* | Merge from origin/emacs-28Glenn Morris2021-10-0513-29/+41
|\ \ | |/
| * Disable 'nobreak-char-display' in Eldoc buffersAugusto Stoffel2021-10-051-0/+1
| * ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-0511-25/+32
| * * Fix `batch-native-compile' not to spawn a subprocessAndrea Corallo2021-10-041-4/+8