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

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

[elpa] externals/compat 518067a7d6 58/84: Copy edebug specification for


From: ELPA Syncer
Subject: [elpa] externals/compat 518067a7d6 58/84: Copy edebug specification for and-let* from if-let*
Date: Tue, 3 Jan 2023 08:57:36 -0500 (EST)

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

    Copy edebug specification for and-let* from if-let*
---
 compat-26.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/compat-26.el b/compat-26.el
index bd8f341cbf..bcfd893fe8 100644
--- a/compat-26.el
+++ b/compat-26.el
@@ -404,7 +404,9 @@ This is like `when-let' but doesn't handle a VARLIST of the 
form
 Like `when-let*', except if BODY is empty and all the bindings
 are non-nil, then the result is non-nil."
   :feature 'subr-x
-  (declare (indent 1) (debug if-let*))
+  (declare (indent 1)
+           (debug ((&rest [&or symbolp (symbolp form) (form)])
+                   body)))
   (let ((empty (make-symbol "s"))
         (last t) list)
     (dolist (var varlist)



reply via email to

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