summaryrefslogtreecommitdiff
path: root/test/lisp/subr-tests.el
Commit message (Expand)AuthorAgeFilesLines
...
* ; * test/lisp/subr-tests.el (subr-tests-add-hook-depth): Fix a typo.Philipp Stephani2021-07-051-1/+1
* Add new convenience function `buffer-local-boundp'Lars Ingebrigtsen2021-05-311-0/+10
* Fix failing subr testLars Ingebrigtsen2021-04-271-1/+1
* Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-121-1/+6
|\
| * Fix string-replace error dataBasil L. Contovounesios2021-03-071-1/+6
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-01-161-0/+20
|\|
| * Lift {global,local}-key-binding to LispStefan Kangas2021-01-131-0/+11
| * * lisp/subr.el (letrec): Optimize some non-recursive bindingsStefan Monnier2021-01-081-0/+9
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-081-0/+29
|\|
| * Merge recently added kbd testsStefan Kangas2021-01-081-10/+8
| * Lift define-prefix-command to LispStefan Kangas2021-01-081-0/+11
| * * test/lisp/subr-tests.el (subr-test-kbd): New test.Stefan Kangas2021-01-081-0/+12
| * Pretty-print keys without <> around modifiers (bug#45536)Mattias Engdegård2021-01-051-0/+8
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-021-1/+21
|\|
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
| * Revert recent add-to-ordered-list changesLars Ingebrigtsen2021-01-011-20/+0
| * Allow add-to-ordered-list to use a test predicateLars Ingebrigtsen2020-12-311-2/+26
| * Add test for add-to-ordered-listLars Ingebrigtsen2020-12-311-0/+16
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-201-0/+12
|\|
| * Convert apropos-internal from C to Lisp (Bug#44529)Stefan Kangas2020-12-191-0/+12
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-061-0/+24
|\|
| * Speed up match-substitute-replacementMattias Engdegård2020-12-041-0/+24
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-11-291-0/+90
|\|
| * * lisp/subr.el (activate-change-group): Refine fix for bug#33341Stefan Monnier2020-11-271-2/+13
| * * lisp/subr.el (activate-change-group): Fix bug#33341Stefan Monnier2020-11-271-0/+12
| * Fix replace-regexp-in-string substring match data translationMattias Engdegård2020-11-261-1/+5
| * Add tests for replace-regexp-in-stringMattias Engdegård2020-11-251-0/+63
* | * Fix a test in test/lisp/subr-tests.elAndrea Corallo2020-10-051-1/+1
* | Revert "Use `advice-flet' in place of `cl-letf' to avoid primitive...Andrea Corallo2020-10-051-2/+2
* | Use `advice-flet' in place of `cl-letf' to avoid primitive redefinitionAndrea Corallo2020-10-021-2/+2
|/
* ; * test/lisp/subr-tests.el (string-replace): Add more test casesMattias Engdegård2020-09-271-0/+13
* Add tiny optimization for string-searchLars Ingebrigtsen2020-09-271-0/+3
* Rename replace-in-string to string-replaceLars Ingebrigtsen2020-09-271-13/+13
* Fix replace-in-string infloop with empty pattern string (bug#43598)Mattias Engdegård2020-09-251-1/+3
* Fix previous replace-in-string rewriteLars Ingebrigtsen2020-09-251-2/+2
* Fix replace-in-string multibyteness problems with string-searchLars Ingebrigtsen2020-09-251-1/+9
* Fix up previous replace-in-string commitLars Ingebrigtsen2020-09-151-1/+7
* Add new, simple `replace-in-string' functionLars Ingebrigtsen2020-09-151-0/+12
* Adapt some tests for Emacs's excitingly variable quoting formatGlenn Morris2020-09-121-33/+35
* Use lexical-binding in most remaining testsStefan Kangas2020-05-011-1/+1
* Add tests for version comparison predicatesStefan Kangas2020-01-241-0/+21
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Add conditional operator xor to subr.elMattias Engdegård2019-08-061-0/+7
* Add new macro `ignore-error'Lars Ingebrigtsen2019-07-261-0/+10
* * lisp/subr.el (add-hook): Turn `append` into `depth` (bug#35508)Stefan Monnier2019-05-291-3/+30
* Move proper-list-p tests to fns-tests.elBasil L. Contovounesios2019-04-121-18/+0
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | One more flatten-tree testPaul Eggert2018-12-171-2/+4
* | New function flatten-treeAlex Branham2018-12-171-0/+17