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

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

[nongnu] elpa/ws-butler ec4172bb7a 22/64: Add debug declaration to macro


From: Stefan Kangas
Subject: [nongnu] elpa/ws-butler ec4172bb7a 22/64: Add debug declaration to macro.
Date: Fri, 31 Dec 2021 11:09:29 -0500 (EST)

branch: elpa/ws-butler
commit ec4172bb7acfa99705a5d902a3dc83c50ece9885
Author: Le Wang <le.wang@agworld.com.au>
Commit: Le Wang <le.wang@agworld.com.au>

    Add debug declaration to macro.
---
 ws-butler.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ws-butler.el b/ws-butler.el
index 53a1d900de..f2fd5d300e 100644
--- a/ws-butler.el
+++ b/ws-butler.el
@@ -13,7 +13,6 @@
 ;; Version: 0.1
 ;; Last-Updated:
 ;;           By:
-;;     Update #: 39
 ;; URL: https://github.com/lewang/ws-butler
 ;; Keywords:
 ;; Compatibility: Emacs 24
@@ -60,6 +59,7 @@
 
 (defmacro ws-butler-with-save (&rest forms)
   "run forms with restriction and excursion saved once"
+  (declare (debug (body)))
   `(if (and (boundp 'ws-butler-saved)
             ws-butler-saved)
        (progn



reply via email to

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