branch: externals/compat commit 922b1a7a29e138b368573315cb3317f27471b2ce Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@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