diff --git a/etc/TODO b/etc/TODO index 590cd350e0e..3919e0b7931 100644 --- a/etc/TODO +++ b/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 . *** PSGML, _possibly_ ECB https://lists.gnu.org/r/emacs-devel/2007-05/msg01493.html Check the diff --git a/test/lisp/align-tests.el b/test/lisp/align-tests.el index eaebaf8360c..486658a9523 100644 --- a/test/lisp/align-tests.el +++ b/test/lisp/align-tests.el @@ -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)) diff --git a/test/lisp/dired-tests.el b/test/lisp/dired-tests.el index 651b77500a1..3b1f80d3d3d 100644 --- a/test/lisp/dired-tests.el +++ b/test/lisp/dired-tests.el @@ -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.