summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* * lisp/emacs-lisp/package.el (package-strip-rcs-id): Don't ignore errorsStefan Monnier2020-11-201-2/+1
* Don't optimize away `eval` when its lexical context is differentStefan Monnier2020-11-201-1/+2
* Make compat alias add-submenu obsoleteStefan Kangas2020-11-191-0/+1
* Add command to filter package menu by name or descriptionStefan Kangas2020-11-171-0/+43
* Don't quote lambdas in emacs-lisp/*.elStefan Kangas2020-11-167-102/+89
* Merge from origin/emacs-27Glenn Morris2020-11-161-1/+1
|\
| * ; * lisp/emacs-lisp/benchmark.el (benchmark-run): Fix docstringPhilipp Stephani2020-11-161-1/+1
| * Fix pcase rx form snag with '?' and '??' (bug#44532)Mattias Engdegård2020-11-091-1/+1
* | New user options 'copy-region-blink-delay' and 'delete-pair-blink-delay'Juri Linkov2020-11-151-1/+15
* | Don't quote lambdas in several placesStefan Kangas2020-11-141-16/+12
* | Don't quote lambdas in several placesStefan Kangas2020-11-121-4/+4
* | Remove mention of `edebug-on-signal' from a doc stringLars Ingebrigtsen2020-11-121-1/+0
* | Remove redundant installation instructionsStefan Kangas2020-11-121-1/+0
* | shortdoc: prefer seq-contains-p over seq-containsBrian Leung2020-11-091-2/+2
* | Fix pcase rx form snag with '?' and '??' (bug#44532)Mattias Engdegård2020-11-091-1/+1
* | Clarify Lisp warning about elements following other expressionsLars Ingebrigtsen2020-11-091-2/+2
* | * lisp/emacs-lisp/lisp-mode.el: Avoid false-positive "hidden arg" in stringsStefan Monnier2020-11-071-2/+5
* | Improve display of tabulated list header line labels (bug#44068)Stephen Berman2020-11-042-16/+22
* | * lisp-mode.el: Fix missing highlight of "hidden" string argStefan Monnier2020-11-041-2/+4
* | Improve ert-resource-directory docstringStefan Kangas2020-11-031-9/+10
* | Merge from origin/emacs-27Glenn Morris2020-11-021-1/+2
|\|
| * Improve reproducibility of generated -pkg.el filesGlenn Morris2020-10-301-1/+2
* | Partially revert previous define-minor-mode changeLars Ingebrigtsen2020-11-021-6/+4
* | * lisp/emacs-lisp/easy-mmode.el (easy-mmode--arg-docstring): Doc typo.Glenn Morris2020-11-011-1/+1
* | Add missing side-effect-free and error-free propertiesMattias Engdegård2020-11-011-8/+10
* | * lisp/emacs-lisp/byte-opt.el (pure-fns): Fix typos.Mattias Engdegård2020-11-011-2/+2
* | Make minor mode ARG work as documentedLars Ingebrigtsen2020-11-011-9/+19
* | Doc string clarification for cl-someLars Ingebrigtsen2020-11-011-2/+5
* | 'assoc' is not side-effect-free; constprop its pure subsetMattias Engdegård2020-10-311-6/+8
* | Trim and explain set of safe forms for 'unsafep' (bug#44018)Mattias Engdegård2020-10-311-4/+28
* | Shoosh byte-compilation warning in lisp/emacs-lisp/eldoc.elJoão Távora2020-10-301-2/+3
* | Don't make ElDoc doc buffer visible in buffer list by defaultJoão Távora2020-10-301-18/+30
* | Clarify point position after text-property-searchStefan Kangas2020-10-301-6/+6
* | Make list-timers do sub-second timesLars Ingebrigtsen2020-10-301-2/+3
* | ; Remove spurious FIXMEs in my last commitStefan Kangas2020-10-301-2/+0
* | Add shortdoc navigation commandsStefan Kangas2020-10-301-3/+53
* | ; * lisp/emacs-lisp/shortdoc.el (regexp): less contrived rx exampleMattias Engdegård2020-10-281-1/+1
* | Run substitute-command-keys on shortdoc section headingsStefan Kangas2020-10-281-1/+1
* | Extend the regexp shortdoc groupStefan Kangas2020-10-281-10/+34
* | Display times in a more human-readable way in list-timersLars Ingebrigtsen2020-10-281-18/+19
* | ERT: escape control characters in pretty-printed error outputMattias Engdegård2020-10-271-1/+2
* | Don't leak result of nested byte-compilation to outer levelPaul Pogonyshev2020-10-271-2/+1
* | Make the -modes variable autoloadedLars Ingebrigtsen2020-10-261-19/+19
* | Implement a :predicate parameter for globalized minor modesLars Ingebrigtsen2020-10-261-19/+86
* | Tweak how shortdocs are displayedLars Ingebrigtsen2020-10-261-16/+18
* | Revert "Don't consider play-sound-file to be a 'safe' function (bug#44018)"Mattias Engdegård2020-10-261-1/+1
* | Don't consider play-sound-file to be a 'safe' function (bug#44018)Mattias Engdegård2020-10-261-1/+1
* | Add section "Replacing Match" to the regexp shortdoc groupStefan Kangas2020-10-251-0/+7
* | Remove some Emacs 19 compat code and referencesStefan Kangas2020-10-251-9/+8
* | Fix problem when replacing the final char in checkdocLars Ingebrigtsen2020-10-251-1/+1