summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* ; * lisp/emacs-lisp/cconv.el (cconv--var-classification): Optimise.Mattias Engdegård2022-07-091-2/+1
* Improve ert-test-erts-file documentationStefan Kangas2022-07-091-2/+8
* Remove many items obsolete since 24.1Stefan Kangas2022-07-087-30/+8
* * lisp/emacs-lisp/ert.el (Commentary): Refer to the Info manual.Stefan Kangas2022-07-071-7/+5
* Fix `trace-function' default bufferPo Lu2022-07-071-1/+1
* Prefer defcustom :safe to putting 'safe-local-variable'Stefan Kangas2022-07-061-7/+5
* Make some additional defcustom types more restrictiveStefan Kangas2022-07-061-1/+2
* Fix missing :value with defcustom const :typeStefan Kangas2022-07-061-4/+4
* ; * lisp/emacs-lisp/ert.el: Remove installation instructions.Stefan Kangas2022-07-061-2/+0
* ; * 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