summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * lisp/emacs-lisp/cl-macs.el: Add cl-type patternAdam Porter2021-07-301-0/+10
* Optimise let and let* whose body is constant or the last variableMattias Engdegård2021-07-301-0/+18
* Mark all autorevert tests as unstable on Cygwin (bug#49665)Michael Albinus2021-07-271-0/+6
* Fix mistake in switch-case generation of `null` (bug#49746)Mattias Engdegård2021-07-271-0/+6
* Fix extended attributes for Tramp's sudoedit method (bug#49724)Michael Albinus2021-07-251-1/+1
* Keep track of match extents in occur-mode (bug#39121)Mattias Engdegård2021-07-251-1/+1
* Rename directory-append to file-name-concatLars Ingebrigtsen2021-07-251-17/+17
* Allow empty elements in directory-appendLars Ingebrigtsen2021-07-251-3/+6
* Disable delay and ding in replace-testsMattias Engdegård2021-07-241-1/+6
* Really convert to multibyte in Fdirectory_appendLars Ingebrigtsen2021-07-241-0/+5
* Extend directory-append to take an arbitrary number of componentsLars Ingebrigtsen2021-07-241-1/+7
* Add new function `directory-append'Lars Ingebrigtsen2021-07-241-0/+8
* Make the test for auto-mode-alist from .dir-local.el stricterLars Ingebrigtsen2021-07-245-2/+14
* Add auto-mode-alist functionality to .dir-locals.elTom Tromey2021-07-233-0/+9
* Add more support for the French Revolutionary CalendarJean Forget2021-07-231-0/+113
* Off-by-one error in compilation rule end-column function (bug#49624)Mattias Engdegård2021-07-231-0/+27
* Warn about arity errors in inlining calls (bug#12299)Mattias Engdegård2021-07-232-0/+8
* Adjust time-tests.el to bug#30056Lars Ingebrigtsen2021-07-231-0/+1
* Avoid byte-compilation warningEli Zaretskii2021-07-221-2/+2
* Fix dired-guess-default logic after previous changeLars Ingebrigtsen2021-07-211-2/+3
* Fix Bug#49636Michael Albinus2021-07-201-0/+1
* Make dired-guess-default return all matching programsLars Ingebrigtsen2021-07-201-0/+12
* Allow installing packages with DOS line endingsIoannis Kappas2021-07-201-0/+68
* Mention `overlays-in' in the `overlays-at' doc stringLars Ingebrigtsen2021-07-201-0/+13
* Add inhibit-buffer-hooks to `make-indirect-buffer'Lars Ingebrigtsen2021-07-191-1/+2
* Make make-indirect-buffer inherit inhibit-buffer-hook from base bufferdickmao2021-07-191-0/+24
* ; * test/lisp/progmodes/compile-tests.el: simplify end-colMattias Engdegård2021-07-181-10/+10
* Add doc string to time-stamp-tests that didn't have oneStephen Gildea2021-07-181-2/+9
* Make remote file locks more robustMichael Albinus2021-07-181-5/+14
* Fix problem in `shadow-define-literal-group' (Bug#49596)Michael Albinus2021-07-181-4/+11
* EIEIO: Prevent excessive evaluation of :initformakater2021-07-161-1/+15
* Make `number-at-point' work for more hex numbersRemington Furman2021-07-161-0/+33
* Add a couple more shell-tests-split-string testsLars Ingebrigtsen2021-07-161-0/+4
* Fix 'shell-tests-split-string' on MS-WindowsEli Zaretskii2021-07-151-2/+3
* Rename shell-split-string to split-string-shell-commandLars Ingebrigtsen2021-07-151-6/+6
* Add a new function 'shell-split-string'Lars Ingebrigtsen2021-07-151-0/+14
* Preserve backward compatibility in TrampMichael Albinus2021-07-141-30/+67
* Add remote-file-name-inhibit-locksMichael Albinus2021-07-131-20/+44
* Block TLS handshake until TCP connection establishedMattias Engdegård2021-07-131-0/+30
* Port test module to glibc 2.33Paul Eggert2021-07-121-1/+6
* Pacify gcc 11.1.1 -Wanalyzer-possible-null-dereferencePaul Eggert2021-07-121-0/+4
* Rewrite gnus-search-query-expand-keyEric Abrahamsen2021-07-101-1/+3
* Skip a process test on Cygwin to avoid hangKen Brown2021-07-091-0/+2
* Further cleanup for file locksMichael Albinus2021-07-092-8/+9
* Some further adaptions wrt Tramp file name locksMichael Albinus2021-07-081-1/+1
* Add new user option lock-file-name-transformsLars Ingebrigtsen2021-07-071-0/+38
* Implement file locks for remote files (Bug#49261)Michael Albinus2021-07-072-27/+102
* ; * test/lisp/subr-tests.el (subr-tests-add-hook-depth): Fix a typo.Philipp Stephani2021-07-051-1/+1
* Count zero-length matches in `count-matches' correctlyLars Ingebrigtsen2021-07-051-0/+11
* Don't use LOCKNAME for temp files in Tramp (Bug#49406)Michael Albinus2021-07-051-1/+1