emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/compat 0c5a674 1/2: Resolve compat-proper-list-p-1 name


From: ELPA Syncer
Subject: [elpa] externals/compat 0c5a674 1/2: Resolve compat-proper-list-p-1 name conflict
Date: Mon, 15 Nov 2021 15:57:12 -0500 (EST)

branch: externals/compat
commit 0c5a67426a6b796adc3421baaf5a1cee3232ab58
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Resolve compat-proper-list-p-1 name conflict
    
    This would prevent both tests from running.
---
 compat-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat-tests.el b/compat-tests.el
index 0f2b9a1..cdf315a 100644
--- a/compat-tests.el
+++ b/compat-tests.el
@@ -464,7 +464,7 @@ the compatibility function."
                           (setf (nthcdr 3 l) l)
                           l))))
 
-(ert-deftest compat-proper-list-p-1 ()
+(ert-deftest compat-proper-list-p-2 ()
   "Check if `compat--proper-list-p' was implemented correctly (<25.3)."
   (compat-test (proper-list-p compat--proper-list-p-tortoise-hare)
     (compat--should 0 ())                              ;empty list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]