aboutsummaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Warn about overly long docstring in lambdascratch/bug-44858Stefan Kangas2021-09-241-2/+1
* Avoid false positives in bytecomp docstring width warningStefan Kangas2021-09-241-0/+24
* ; Adjust overly long docstrings to fit 80 charactersStefan Kangas2021-09-242-5/+7
* Fix auto-revert-test05-global-notifyMichael Albinus2021-09-241-1/+1
* ; Instrument autorevert-tests.elMichael Albinus2021-09-241-0/+3
* Pacify recent warnings in ansi-color-tests.elBasil L. Contovounesios2021-09-241-39/+37
* Add support for "bright" ANSI colors in term-modeJim Porter2021-09-231-1/+64
* Add support for "bright" ANSI colors in ansi-colorJim Porter2021-09-231-7/+48
* Avoid jumping too far in checkdoc-in-abbreviation-pStefan Kangas2021-09-231-16/+18
* Fix string-distance for two empty stringsPhilip Kaludercic2021-09-231-1/+9
* * test/infra/Dockerfile.emba: Do not run 'make -j4 bootstrap'.Michael Albinus2021-09-231-2/+3
* Don't rely on lexical-binding being nil in testsMattias Engdegård2021-09-222-0/+3
* Migrate MH-E functional tests from SourceForgeStephen Gildea2021-09-213-0/+458
* Change how thread-first/thread-last indent the first argumentLars Ingebrigtsen2021-09-221-10/+10
* Don't quote nil and t in doc strings and commentsLars Ingebrigtsen2021-09-215-6/+6
* Add new function `ensure-list'Lars Ingebrigtsen2021-09-211-0/+5
* Revert "Make dired-compress-file query for a directory to uncompress to"Lars Ingebrigtsen2021-09-211-54/+0
* Revert "Make recent dired tests check for external executables"Lars Ingebrigtsen2021-09-211-4/+0
* Make recent dired tests check for external executablesGlenn Morris2021-09-211-0/+4
* Consistently test alist keys with equal in map.elBasil L. Contovounesios2021-09-211-5/+29
* Silence byte-compiler warning for network-stream-tests.elRobert Pluim2021-09-211-1/+1
* Make syntax-ppss more accurate for Python triple quotes (bug#49518)João Távora2021-09-211-1/+0
* Expand and improve electric-pair-mode and Python testing (bug#49518)João Távora2021-09-212-3/+30
* Speed up test/lisp/electric-tests.el when run interactivelyJoão Távora2021-09-211-1/+2
* Make dired-compress-file query for a directory to uncompress toMichalis V2021-09-211-0/+54
* Clear netrc cache in auth-source testLars Ingebrigtsen2021-09-211-2/+2
* Only search netrc in the netrc testsLars Ingebrigtsen2021-09-211-1/+2
* Remove superfluous skip in auth-source-tests.elMichael Albinus2021-09-201-1/+0
* Do not save empty passwords in auth-source-searchMichael Albinus2021-09-191-33/+99
* Fix performance degradation in commands that describe key bindingsEli Zaretskii2021-09-181-1/+2
* Skip "fast" tests on emba CIMichael Albinus2021-09-181-7/+7
* Check for null bytes in filenames in 'expand-file-name' (bug#49723)Federico Tedin2021-09-181-0/+9
* checkdoc: 'y-or-n-p' no longer needs spaceStefan Kangas2021-09-171-0/+30
* ; * test/lisp/emacs-lisp/seq-tests.el: Remove duplicate test.Stefan Kangas2021-09-171-5/+0
* Add new sequence function 'seq-union'Stefan Kangas2021-09-171-0/+32
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-164-14/+16
* Tramp code cleanupMichael Albinus2021-09-161-11/+23
* Change the erc debug logging format to be more repeatableF. Jason Park2021-09-161-0/+35
* Fix erc nick trimmingF. Jason Park2021-09-161-0/+80
* Fix mistake in test for erc-ring-previous-commandF. Jason Park2021-09-161-4/+7
* Update Unicode support to Unicode version 14.0.0Eli Zaretskii2021-09-152-46/+127
* Localize namespace-filtering codeDmitry Gutov2021-09-151-7/+18
* * test/Makefile.in (XDG_CONFIG_HOME): Don't export (bug#50577).Glenn Morris2021-09-141-1/+1
* cperl-mode.el: Allow non-ASCII Perl identifiersHarald Jörg2021-09-142-1/+314
* Keep and report "foreign" diangnostics in flymake-cc Flymake backendJoão Távora2021-09-142-0/+7
* Fix the testsDmitry Gutov2021-09-131-8/+18
* ; Minor doc fixes found by checkdocStefan Kangas2021-09-131-5/+5
* Improve checkdoc abbreviation handlingStefan Kangas2021-09-131-0/+24
* ; Fix symbol quoting typosStefan Kangas2021-09-122-5/+5
* Infer identifier namespace in elisp xref backendMattias Engdegård2021-09-121-0/+111