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

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

[elpa] externals/compat 839ed32445 2/8: Drop :max-version for alist-get


From: ELPA Syncer
Subject: [elpa] externals/compat 839ed32445 2/8: Drop :max-version for alist-get in compat-25.1
Date: Sat, 5 Feb 2022 11:57:23 -0500 (EST)

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

    Drop :max-version for alist-get in compat-25.1
    
    This would lead to alist-get not being defined on Emacs 24.5.
    
    It could be replaced by a ":max-version 24.6", as there never was a
    Emacs 24.6, but this has the same effect without the confusion.
---
 compat-25.1.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compat-25.1.el b/compat-25.1.el
index b381fd8bef..fbabae8997 100644
--- a/compat-25.1.el
+++ b/compat-25.1.el
@@ -94,7 +94,6 @@ MODES is as for `set-default-file-modes'."
   "Find the first element of ALIST whose `car' equals KEY and return its `cdr'.
 If KEY is not found in ALIST, return DEFAULT.
 Equality with KEY is tested by TESTFN, defaulting to `eq'."
-  :max-version "24.5"
   :realname compat--alist-get-full-elisp
   (ignore remove)
   (let (entry)



reply via email to

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