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

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

[elpa] externals/compat 3ca30f2890 1/2: Use if-let instead of compat-if-


From: ELPA Syncer
Subject: [elpa] externals/compat 3ca30f2890 1/2: Use if-let instead of compat-if-let in when-let
Date: Sun, 10 Apr 2022 16:57:24 -0400 (EDT)

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

    Use if-let instead of compat-if-let in when-let
---
 compat-25.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat-25.el b/compat-25.el
index 36d58d21c9..b236622714 100644
--- a/compat-25.el
+++ b/compat-25.el
@@ -189,7 +189,7 @@ If all are non-nil, return the value of the last form in 
BODY.
 The variable list SPEC is the same as in `if-let'."
   :feature 'subr-x
   (declare (indent 1) (debug if-let))
-  `(compat-if-let ,spec ,(macroexp-progn body)))
+  `(if-let ,spec ,(macroexp-progn body)))
 
 (compat-defmacro thread-first (&rest forms)
   "Thread FORMS elements as the first argument of their successor.



reply via email to

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