summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* Make do-after-load-evaluation check whether warnings are enabled.Lars Ingebrigtsen2019-06-171-18/+21
* Unobsolete string-to-multibyteLars Ingebrigtsen2019-06-141-1/+3
* Merge from origin/emacs-26Glenn Morris2019-06-111-6/+6
|\
| * lisp/*.el: Minor docstring fixesJuanma Barranquero2019-06-101-6/+6
| * Clarify the TESTFN argument to `alist-get'Mattias Engdegård2019-04-091-2/+2
* | Let untarring (and hence package installation) go faster (Bug#35909)Noam Postavsky2019-06-031-18/+31
* | * lisp/subr.el (add-hook): Turn `append` into `depth` (bug#35508)Stefan Monnier2019-05-291-7/+32
* | Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* | Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* | Add standard unmatchable regexpMattias Engdegård2019-05-151-0/+4
* | Clarify what constitutes an event (bug#35238)Basil L. Contovounesios2019-05-071-6/+8
* | Move side-effect-free from unsafep.el to subr.elBasil L. Contovounesios2019-04-211-0/+8
* | Optimize byte-compilation of proper-list-pBasil L. Contovounesios2019-04-121-0/+5
* | Clarify the TESTFN argument to `alist-get'Mattias Engdegård2019-04-091-2/+2
* | * lisp/subr.el (setq-default): Fix thinkoStefan Monnier2019-04-061-1/+1
* | * lisp/subr.el (prog2): Define as a macroStefan Monnier2019-04-021-0/+7
* | * lisp/subr.el (setq-default): Define as a macroStefan Monnier2019-04-011-0/+20
* | Improve documentation of 'alist-get' (Bug#34708)Michael Heerdegen2019-03-271-2/+24
* | Fix Bug#24394, Bug#34172Michael Albinus2019-03-221-5/+5
* | Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-0/+2
* | * lisp/subr.el (combine-change-calls-1): Don't combine syntax-ppss flushesStefan Monnier2019-03-161-2/+9
* | Do not hardcode "/bin/sh" in compile. Bug#24338, Bug#29723Michael Albinus2019-03-091-5/+6
* | Revert "Add hook for all events"Phillip Lord2019-03-021-6/+0
* | Improve replace-buffer-contents/replace-region-contentsTassilo Horn2019-02-231-26/+0
* | Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-221-1/+1
* | Add new function replace-buffer-contentsTassilo Horn2019-02-081-0/+26
* | Revert "Fix typo in add-hook doc string"Aurelien Aptel2019-02-071-1/+1
* | Fix typo in add-hook doc stringAurelien Aptel2019-02-061-1/+1
* | Add hook for all eventsPhillip Lord2019-01-221-0/+6
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Improve flatten-tree documentationPaul Eggert2018-12-171-9/+5
* | Improve flatten-tree performancePaul Eggert2018-12-171-8/+8
* | New function flatten-treeAlex Branham2018-12-171-0/+25
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-11-121-6/+7
|\ \ | |/
| * Note that lex bound lambda forms are not self-quoting (Bug#33199)Noam Postavsky2018-11-081-6/+7
* | Don't quote self-quoting pcase patternsMichael Heerdegen2018-10-301-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-10-031-1/+1
|\ \ | |/
| * Avoid returning early in 'while-no-input' due to subprocessesEli Zaretskii2018-09-291-1/+1
| * New function read-answer (Bug#31782)Juri Linkov2018-08-041-0/+15
* | Support mode aliases in 'provided-mode-derived-p'Andrew Schwartzmeyer2018-09-291-3/+7
* | Move bignump, fixnump from C to LispPaul Eggert2018-08-211-0/+9
* | Restore traditional lsh behavior on fixnumsPaul Eggert2018-08-181-0/+12
* | Move 'backtrace' from subr.el to backtrace.elGemini Lasswell2018-08-031-19/+0
* | Prefer ?* to hide passwordsTino Calancha2018-07-291-3/+3
* | Move proper-list-p to CPaul Eggert2018-07-241-6/+0
* | Fix the bootstrap differently, so zerop can be where it belongsStefan Monnier2018-07-121-10/+7
* | ; Add commentary on location of zeropBasil L. Contovounesios2018-07-111-0/+3
* | Unbreak bootstrapGlenn Morris2018-07-111-7/+7