branch: externals/el-job
commit e854b6d5e25cd2a3c785c8ddb5ff97d3081fe350
Author: Martin Edström <meedst...@runbox.eu>
Commit: Martin Edström <meedst...@runbox.eu>

    Instrument macro el-job--with so that edebug can be used
---
 el-job.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/el-job.el b/el-job.el
index 8c403dbd39..9ad5b9e3cd 100644
--- a/el-job.el
+++ b/el-job.el
@@ -309,7 +309,7 @@ Cf. `with-slots' in the \"eieio\" library, or `let-alist'.
 
 For clarity inside BODY, each symbol name in SLOTS must be prepended
 with one character of your choosing, such as a dot."
-  (declare (indent 2))
+  (declare (indent 2) (debug (sexp sexp &rest form)))
   `(cl-symbol-macrolet
        ,(cl-loop
          for slot in slots

Reply via email to