summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* ; * lisp/emacs-lisp/subr-x.el (string-limit): Clarify doc string.Eli Zaretskii2022-07-051-5/+4
* Make some defcustom types more restrictiveStefan Kangas2022-07-053-9/+9
* Mention byte order marks in string-limit doc stringLars Ingebrigtsen2022-07-051-1/+6
* Add quit-window entry to list-timers menuStefan Kangas2022-07-041-1/+2
* Prefer defvar-keymap in emacs-lisp/*.elStefan Kangas2022-07-0412-365/+332
* ; remove regexp ambiguityMattias Engdegård2022-07-041-4/+4
* Use substitute-command-keys in Helper-helpStefan Kangas2022-07-041-22/+22
* Fix scrolling backwards in Helper-helpStefan Kangas2022-07-041-2/+4
* Remove some useless `eval-when-compile`Mattias Engdegård2022-07-043-57/+49
* Replace lisp-mode-symbol-regexp with (rx lisp-mode-symbol)Mattias Engdegård2022-07-043-30/+34
* Add file-parent-directory functionDaanturo2022-07-041-0/+7
* Simplify lisp-el-font-lock-keywords-2 definition slightlyStefan Kangas2022-07-031-8/+6
* Font lock \\<> and \\{} command substitutions in docstringsStefan Kangas2022-07-031-1/+5
* Make string-limit with encoding return complete glyphsLars Ingebrigtsen2022-07-031-31/+52
* Add new function `seq-split'Lars Ingebrigtsen2022-07-032-0/+17
* ; Fix typos.Mattias Engdegård2022-07-021-1/+1
* Add native-compile-prune-cache commandLars Ingebrigtsen2022-07-021-0/+24
* ; Fix typos.Stefan Kangas2022-07-021-1/+1
* Merge from origin/emacs-28Stefan Kangas2022-07-021-2/+2
|\
| * Doc fixes: don't refer to some obsolete itemsStefan Kangas2022-06-301-1/+1
* | Font lock \\`' command substitutions in docstringsStefan Kangas2022-07-021-2/+8
* | Fix define-obsolete-function-alias formatting in loaddefs-gen.elLars Ingebrigtsen2022-06-301-1/+2
* | (syntax-wholeline-max): New varStefan Monnier2022-06-301-6/+40
* | ; * lisp/emacs-lisp/rx.el: Don't set indentation prop for `repeat`.Mattias Engdegård2022-06-301-2/+1
* | Don't say that macro-expansion error is a warningMattias Engdegård2022-06-302-2/+2
* | Don't change indentation rules for `>=` and `=`Mattias Engdegård2022-06-301-4/+6
* | ; * lisp/emacs-lisp/testcover.el: Remove duplicate provide.Stefan Kangas2022-06-301-1/+0
* | Make "eager macro-expansion" warning into an errorLars Ingebrigtsen2022-06-301-3/+3
* | Add find-function-setup-keys bindings for find-library commandsLars Ingebrigtsen2022-06-301-1/+4
* | 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