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

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

[nongnu] elpa/pacmacs 427b4f823e 088/472: Add edebug specs for plist-bin


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs 427b4f823e 088/472: Add edebug specs for plist-bind macro (#68)
Date: Thu, 6 Jan 2022 21:59:15 -0500 (EST)

branch: elpa/pacmacs
commit 427b4f823ea1735f60c2d4b1e3116e3124c930c2
Author: rexim <reximkut@gmail.com>
Commit: rexim <reximkut@gmail.com>

    Add edebug specs for plist-bind macro (#68)
---
 pacmacs-utils.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pacmacs-utils.el b/pacmacs-utils.el
index 8d0aea6147..a0631cdf51 100644
--- a/pacmacs-utils.el
+++ b/pacmacs-utils.el
@@ -33,7 +33,7 @@
 ;;; Code:
 
 (defmacro plist-bind (keys expr &rest body)
-  (declare (indent 2) (debug t))
+  (declare (indent 2) (debug (sexp form &rest form)))
   (let ((expr-name (gensym)))
     `(let* ((,expr-name ,expr)
             ,@(mapcar #'(lambda (key)



reply via email to

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