Merge from savannah/emacs-30
a7b68c2564
Fix intermittent failure of dired-test-bug27243-02fc25b4d837
* etc/TODO: Refer to Bug#72127 for Magit assignments.17c62c1242
Rename treesitter test
This commit is contained in:
commit
0fc8d88367
3 changed files with 5 additions and 4 deletions
3
etc/TODO
3
etc/TODO
|
@ -730,8 +730,7 @@ bar. In the mean time, it should process other messages.
|
|||
*** Magit
|
||||
This needs work on getting the relevant copyright assignments. This
|
||||
task should be highly doable for anyone, but will likely require some
|
||||
patience. For inspiration, see how this was done for 'use-package':
|
||||
https://github.com/jwiegley/use-package/issues/282
|
||||
patience. See <https://debbugs.gnu.org/72127>.
|
||||
|
||||
*** PSGML, _possibly_ ECB
|
||||
https://lists.gnu.org/r/emacs-devel/2007-05/msg01493.html Check the
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
(autoload 'treesit-ready-p "treesit")
|
||||
|
||||
(ert-deftest align-lua ()
|
||||
(ert-deftest align-ts-lua ()
|
||||
(skip-unless (treesit-ready-p 'lua t))
|
||||
(let ((comment-column 20)
|
||||
(indent-tabs-mode nil))
|
||||
|
|
|
@ -189,7 +189,9 @@
|
|||
(ert-deftest dired-test-bug27243-02 ()
|
||||
"Test for https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27243#28 ."
|
||||
(ert-with-temp-directory test-dir
|
||||
(let ((dired-auto-revert-buffer t) buffers)
|
||||
(let ((dired-auto-revert-buffer t)
|
||||
(dired-free-space nil)
|
||||
buffers)
|
||||
;; On MS-Windows, get rid of 8+3 short names in test-dir, if the
|
||||
;; corresponding long file names exist, otherwise such names trip
|
||||
;; string comparisons below.
|
||||
|
|
Loading…
Add table
Reference in a new issue