summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Add provide to testcoverLars Ingebrigtsen2022-06-301-0/+2
* * lisp/emacs-lisp/rx.el: Indent some rx constructs correctly.Mattias Engdegård2022-06-291-0/+8
* (cl--generic-compiler): Revert last changeStefan Monnier2022-06-291-4/+39
* Allow using define-short-documentation-group without loading shortdocLars Ingebrigtsen2022-06-281-12/+12
* Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-273-9/+4
* Optimise away functions in for-effect contextMattias Engdegård2022-06-261-17/+17
* Fix a recent Lisp mode filling test failureLars Ingebrigtsen2022-06-261-0/+12
* * lisp/emacs-lisp/syntax.el: Rework the handling of nested calls.Stefan Monnier2022-06-261-23/+46
* Make `M-q' work on the first line of a multi-line string againLars Ingebrigtsen2022-06-251-2/+2
* Re-fix build warnings about subr-x defsubstsLars Ingebrigtsen2022-06-251-4/+0
* Bytecode opcode comments updateMattias Engdegård2022-06-241-13/+14
* Update seq.el commentLars Ingebrigtsen2022-06-241-2/+2
* Allow read-multiple-choice to do long-form answersLars Ingebrigtsen2022-06-241-3/+22
* Fix cl-generic bootstrap problemsLars Ingebrigtsen2022-06-242-18/+4
* Make debug-early-backtrace more resilientLars Ingebrigtsen2022-06-241-1/+7
* Remove unused function in bytecomp.elMattias Engdegård2022-06-231-12/+0
* bindat (strz): Null terminate fixed-length strings if there is roomRichard Hansen2022-06-221-7/+6
* ; bindat (strz): Move all pack logic to pack function (bug#56048)Richard Hansen2022-06-221-26/+23
* Fix autoload generation of iter-defun formsMichael Heerdegen2022-06-211-1/+1
* Document and test 'no-byte-compile' behavior.Philipp Stephani2022-06-211-0/+3
* Check defface doc stringsLars Ingebrigtsen2022-06-211-6/+6
* Fix potential (goto-char nil) in byte-compile-warning-prefixAlan Mackenzie2022-06-201-2/+1
* Fix bytecompiler infloop compiling infloopsPip Cet2022-06-201-3/+3
* Fix edebug parsing of .,Lars Ingebrigtsen2022-06-191-1/+1
* Make checkdoc-defun-info parsing slightly less wrongLars Ingebrigtsen2022-06-191-5/+12
* Add mechanism for gradually phasing in new byte compilation warningsLars Ingebrigtsen2022-06-191-8/+33
* Merge from origin/emacs-28Stefan Kangas2022-06-191-1/+1
|\
| * Fix invalid defcustom :group when :predicate is usedRichard Hansen2022-06-181-1/+1
* | More aggressive bytecode split between top-level forms (bug#55972)Mattias Engdegård2022-06-181-5/+4
* | Fix checkdoc--fix-y-or-n-p queryLars Ingebrigtsen2022-06-181-1/+1
* | Allow pretty-printing results from `C-x C-e' in edebugLars Ingebrigtsen2022-06-181-12/+16
* | Merge from origin/emacs-28Stefan Kangas2022-06-181-2/+3
|\|
| * Update cl-struct-sequence-type doc stringLars Ingebrigtsen2022-06-171-2/+3
* | Extend 'e' in edebug to pretty-print the valuesLars Ingebrigtsen2022-06-181-20/+34
* | Slightly faster hash-table-keys and hash-table-valuesMattias Engdegård2022-06-171-2/+6
* | Don't quote numbers in byte-run--set-*Lars Ingebrigtsen2022-06-171-2/+6
* | Don't quote the `when' form in obsoletionsLars Ingebrigtsen2022-06-172-1/+2
* | Warn about misplaced or duplicated function/macro declarationsMattias Engdegård2022-06-171-91/+117
* | Make package-recompile delete all .elc files firstLars Ingebrigtsen2022-06-161-1/+2
* | Add new package.el commands for recompilationLars Ingebrigtsen2022-06-161-0/+28
* | bindat (strz): Write null terminator after variable length stringRichard Hansen2022-06-161-0/+3
* | Fix ;;;###autoload scanning from (some) packagesLars Ingebrigtsen2022-06-151-1/+5
* | Simplify byte-compiler assuming cconv normalisationsMattias Engdegård2022-06-142-36/+11
* | Run cconv for dynbound code as wellMattias Engdegård2022-06-142-16/+17
* | Normalise setq during macro-expansionMattias Engdegård2022-06-144-74/+88
* | Leave the contents on the *Backtrace* buffer on `q'Lars Ingebrigtsen2022-06-141-6/+5
* | ; * lisp/emacs-lisp/cconv.el: Fix outdated comments.Mattias Engdegård2022-06-141-8/+5
* | bindat (strz): Error on null byte if packing variable-length stringRichard Hansen2022-06-131-0/+5
* | Make `/ a' in *Package* filter by nameLars Ingebrigtsen2022-06-131-10/+8
* | bindat (str, strz): Reject non-ASCII, non-`eight-bit' charactersRichard Hansen2022-06-121-4/+6