summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ; Rearrange definition of zerop in subr.elBasil L. Contovounesios2018-07-101-7/+7
* | Add predicate proper-list-pBasil L. Contovounesios2018-07-091-0/+6
* | New functions to switch back and forth to another major modeStefan Monnier2018-06-211-1/+33
* | Fix last changeEli Zaretskii2018-06-171-4/+4
* | Add new macro dolist-with-progress-reporterTino Calancha2018-06-171-0/+28
* | dotimes-with-progress-reporter: Polymorphic 2nd argumentTino Calancha2018-06-171-18/+20
* | Rewrite memory-limit in LispPaul Eggert2018-06-161-0/+4
* | Prevent QUIT to top level inside 'while-no-input'Eli Zaretskii2018-06-161-3/+25
* | Un-obsolete 'string-to-unibyte'Eli Zaretskii2018-06-021-1/+6
* | Fix off-by-one history pruning (bug#31211)Basil L. Contovounesios2018-05-021-4/+4
* | * lisp/subr.el (dotimes): Deprecate RESULT field. (Bug#16206)Juri Linkov2018-04-281-1/+1