aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/subr-tests.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | (merge-ordered-lists): Dot a few more `i`sStefan Monnier2023-11-161-4/+6
* | Subject: (derived-mode-add-parents): Add documentation and one more testscratch/derived-mode-add-parentsStefan Monnier2023-11-121-0/+10
* | (derived-mode-all-parents): Fix handling of cyclesStefan Monnier2023-11-121-2/+24
* | (provided-mode-derived-p): Fix alias caseStefan Monnier2023-10-271-7/+9
* | Fix condition-case-unless-debug with :successBasil L. Contovounesios2023-07-081-0/+31
* | Improved copy-tree documentation and test (bug#63509)Mattias Engdegård2023-05-191-29/+48
* | Make 'copy-tree' work with recordsJoseph Turner2023-05-191-0/+31
* | Remove useless unwind-protect forms, or make them useful as intendedMattias Engdegård2023-04-071-1/+2
* | Repair and speed up safe-copy-tree and make it internal (bug#61962)Mattias Engdegård2023-03-121-26/+0
* | * test/lisp/subr-tests.el (subr--safe-copy-tree): New tests for safe-copy-treeAlan Mackenzie2023-03-071-0/+26
* | Improve delete-consecutive-dups doc precision and add testMattias Engdegård2023-02-271-0/+34
* | Detect and prevent function alias loops in `fset` and `defalias`Mattias Engdegård2023-02-211-4/+6
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Avoid raw control characters in two filesStefan Kangas2022-11-171-1/+1
* Audit some plist uses with new predicate argumentBasil L. Contovounesios2022-10-221-1/+4
* Faster and more robust list-of-strings-pMattias Engdegård2022-09-161-1/+2
* Add new predicate list-of-strings-pLars Ingebrigtsen2022-09-161-0/+7
* Restrict replace-*-in-region to the bounds defined by callerKévin Le Gouguec2022-09-111-2/+30
* test: Remove redundant "" arg to `mapconcat`Stefan Monnier2022-09-081-1/+1
* ; Use values instead of trying to ignore themMattias Engdegård2022-07-311-5/+8
* ; Silence byte-compiler in two testsStefan Kangas2022-07-311-1/+2
* Move a test from subr-tests to print-testsLars Ingebrigtsen2022-07-301-10/+0
* ; * test/lisp/subr-tests.el (string-comparison-test): Add more tests.Eli Zaretskii2022-07-281-0/+2
* a couple more `string-equal-ignore-case' test casesSam Steingold2022-07-281-0/+2
* Ensure that we don't call print-unreadable-function from " prin1"Lars Ingebrigtsen2022-07-281-0/+10
* Update test-print-unreadable-function after fixLars Ingebrigtsen2022-07-271-1/+0
* string-equal-ignore-case: new functionSam Steingold2022-07-261-0/+7
* Add a test for print-unreadable-functionLars Ingebrigtsen2022-07-261-1/+10
* Speed up `butlast`Mattias Engdegård2022-07-191-0/+17
* Add new type predicate plistpLars Ingebrigtsen2022-06-271-0/+9
* Avoid "control-control-KEY" (bug#55738)Mattias Engdegård2022-06-181-1/+1
* char-uppercase-p: New predicateTino Calancha2022-05-111-0/+7
* Fix compilation warnings in newer subr testsLars Ingebrigtsen2022-05-071-11/+12
* Add char-folding of double quotes in isearch-fold-quotes-mode (bug#24510)Juri Linkov2022-05-061-0/+3
* Move buffer-local-set-state to subr because it's used at runtimeLars Ingebrigtsen2022-05-061-0/+12
* Make some recently added tests actually runLars Ingebrigtsen2022-05-031-2/+3
* Fix key-parse problem with C-x ( ... sequencesLars Ingebrigtsen2022-05-031-0/+4
* Fix the OMIT-NULLS + "" case in string-linesLars Ingebrigtsen2022-05-021-0/+1
* Fix string-lines return for ""Lars Ingebrigtsen2022-05-011-0/+2
* Change string-lines semantics slightlyLars Ingebrigtsen2022-05-011-1/+1
* Add a KEEP-NEWLINES argument to string-linesLars Ingebrigtsen2022-04-301-0/+22
* Add new function 'readablep'Lars Ingebrigtsen2022-01-221-0/+4
* Add new function function-alias-pLars Ingebrigtsen2022-01-131-0/+17
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Silence byte-compiler in some testsStefan Kangas2021-12-041-0/+1
* | Make 'eval' use lexical scoping in most testsStefan Kangas2021-11-201-6/+7
* | Add new 'keymap-*' functionsLars Ingebrigtsen2021-11-161-107/+107