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

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

[elpa] externals/compat 922b1a7a29 11/14: Fix proper-list-p


From: ELPA Syncer
Subject: [elpa] externals/compat 922b1a7a29 11/14: Fix proper-list-p
Date: Tue, 3 Jan 2023 20:57:29 -0500 (EST)

branch: externals/compat
commit 922b1a7a29e138b368573315cb3317f27471b2ce
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Fix proper-list-p
---
 compat-27.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat-27.el b/compat-27.el
index 16c6cf9939..9883c2b14b 100644
--- a/compat-27.el
+++ b/compat-27.el
@@ -43,7 +43,7 @@ is nil)."
   "Return OBJECT's length if it is a proper list, nil otherwise.
 A proper list is neither circular nor dotted (i.e., its last cdr
 is nil)."
-  :max-version "25.3"
+  :max-version "26.1"
   ;; On Emacs older than 25.3 we have to use the Tortoise and Hare algorithm
   (when (listp object)
     (catch 'cycle



reply via email to

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