summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Move two more variables from autoload.el to loaddefs-gen.elLars Ingebrigtsen2022-06-052-25/+25
* Rename generate-file to generate-lisp-fileLars Ingebrigtsen2022-06-052-20/+23
* Add convenience functions for generating Emacs Lisp filesLars Ingebrigtsen2022-06-052-26/+126
* Extend file-expand-wildcards to allow regexpsLars Ingebrigtsen2022-06-051-1/+3
* Make loaddefs-generate--parse-file more robustLars Ingebrigtsen2022-06-041-36/+43
* Fix failing shortdoc testLars Ingebrigtsen2022-06-041-5/+5
* Further raise-sexp doc string improvementLars Ingebrigtsen2022-06-041-1/+1
* Improve the raise-sexp doc stringLars Ingebrigtsen2022-06-041-1/+16
* Fix warnings introduced by the lisp-mode-autoload-regexp changeLars Ingebrigtsen2022-06-041-1/+1
* Add a face to \\= doc string escapesLars Ingebrigtsen2022-06-041-0/+3
* * lisp/emacs-lisp/shortdoc.el (string): Add `string-collate-lessp'.Michael Albinus2022-06-041-1/+6
* Don't issue warnings for Unicode quotes for nowLars Ingebrigtsen2022-06-031-6/+0
* Make checkdoc-file-comments-engine match more ;;;### formsLars Ingebrigtsen2022-06-021-4/+2
* Fix out-of-tree build problems with loaddefs.elLars Ingebrigtsen2022-06-021-16/+23
* Speed up loaddefs-generate on slow disksLars Ingebrigtsen2022-06-021-1/+5
* Merge remote-tracking branch 'refs/remotes/origin/master'Stefan Monnier2022-06-011-2/+9
|\
| * Fix up the loaddefs-gen updating logicLars Ingebrigtsen2022-06-011-1/+1
| * Revert "Fix loaddefs generation"Lars Ingebrigtsen2022-06-011-1/+1
| * Tweak how loaddefs-gen decides whether to do a full updateLars Ingebrigtsen2022-06-011-1/+8
| * Fix loaddefs generationPo Lu2022-06-011-1/+1
* | bindat (strz): Fix wrong-type-argument error when unpackingRichard Hansen2022-06-011-2/+2
* | ; bindat (strz): Consistent length type checkRichard Hansen2022-06-011-1/+1
* | bindat (strz): Fix off-by-one bug in computed lengthRichard Hansen2022-06-011-2/+2
|/
* Fix the loaddefs updating logicLars Ingebrigtsen2022-05-311-49/+49
* Make partial loaddefs updates work againLars Ingebrigtsen2022-05-311-24/+43
* Speed up generation of loaddefs filesLars Ingebrigtsen2022-05-314-343/+663
* Traverse record literals in byte-compile--first-symbol-with-posMattias Engdegård2022-05-291-1/+1
* pp--insert-lisp: Don't bug out on certain forms at beginning of bufferVisuwesh2022-05-281-1/+1
* Fix native-comp of trampolines after previous changeLars Ingebrigtsen2022-05-281-0/+1
* Make package-update-all also refresh the listLars Ingebrigtsen2022-05-271-1/+2
* Merge from origin/emacs-28Stefan Kangas2022-05-271-1/+1
|\
| * ; Fix some doc typos and minor language issuesŠtěpán Němec2022-05-261-1/+1
* | Merge remote-tracking branch 'origin/scratch/bug-55156'Stefan Monnier2022-05-261-13/+10
|\ \
| * | eval.c: New functions `defvar-1` and `defconst-1` (bug#55156)Stefan Monnier2022-05-261-13/+10
* | | package-activate-all: Use the quickstart more conservativelyStefan Monnier2022-05-261-1/+3
* | | Avoid duplicates in `package-activated-list'Sam Steingold2022-05-261-2/+3
|/ /
* | Faster and less recursive byte-compile--first-symbol-with-posMattias Engdegård2022-05-261-31/+26
* | Make comp--native-compile delete the temp file it createsLars Ingebrigtsen2022-05-261-42/+53
* | Make memory-report not bug out with symbols with positionsLars Ingebrigtsen2022-05-261-0/+4
* | Don't have edebug bug out if C-x is reboundLars Ingebrigtsen2022-05-251-1/+4
* | Update edebug commentsLars Ingebrigtsen2022-05-251-1/+1
* | Fix ert-run-tests-batch-and-exit doc string typoLars Ingebrigtsen2022-05-251-1/+1
* | Autoload package-update-allLars Ingebrigtsen2022-05-251-1/+2
* | Fix comp-mvar doc string quotingLars Ingebrigtsen2022-05-241-1/+1
* | Make byte compilation warn about wrong quoting in doc stringsLars Ingebrigtsen2022-05-241-15/+32
* | Make `yank-transform-functions` a proper hookStefan Monnier2022-05-241-1/+1
* | Make the nativecomp test eln directory more reliably be removedLars Ingebrigtsen2022-05-241-12/+22
* | Further audits of single quotes in Lisp doc stringsLars Ingebrigtsen2022-05-241-1/+1
* | Audit symbol quoting in Lisp doc stringsLars Ingebrigtsen2022-05-241-1/+1
* | Fix previous warning suppression changeLars Ingebrigtsen2022-05-222-3/+3