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

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

[elpa] externals/ess e73def6a79 5/6: Debug macro form


From: ELPA Syncer
Subject: [elpa] externals/ess e73def6a79 5/6: Debug macro form
Date: Sat, 1 Apr 2023 20:58:19 -0400 (EDT)

branch: externals/ess
commit e73def6a7911bed7899f9bb702c68c095675abef
Author: Lionel Henry <lionel.hry@gmail.com>
Commit: Lionel Henry <lionel.hry@gmail.com>

    Debug macro form
---
 test/ess-test-r-utils.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/ess-test-r-utils.el b/test/ess-test-r-utils.el
index 2288500521..7417a98997 100644
--- a/test/ess-test-r-utils.el
+++ b/test/ess-test-r-utils.el
@@ -284,7 +284,8 @@ representative to the common interactive use with tracebug 
on."
 ;; It is safer to kill the buffer synchronously, otherwise it might be
 ;; reused in another test
 (defmacro ess-test-unwind-protect (inf-buf &rest body)
-  (declare (indent 1))
+  (declare (indent 1)
+           (debug (&rest form)))
   `(unwind-protect (progn ,@body)
      (let* ((inf-buf ,inf-buf)
             (inf-proc (get-buffer-process inf-buf)))



reply via email to

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