Added edebug specification for a macro.
authorplugd <plugd@thelambdalab.xyz>
Sun, 18 Jul 2021 17:50:54 +0000 (19:50 +0200)
committerplugd <plugd@thelambdalab.xyz>
Sun, 18 Jul 2021 17:50:54 +0000 (19:50 +0200)
elpher.el

index 77ef234..4a001fd 100644 (file)
--- a/elpher.el
+++ b/elpher.el
@@ -516,6 +516,7 @@ unless NO-HISTORY is non-nil."
 
 (defmacro elpher-with-clean-buffer (&rest args)
   "Evaluate ARGS with a clean *elpher* buffer as current."
+  (declare (debug (body)))
   (list 'with-current-buffer "*elpher*"
         '(elpher-mode)
         (append (list 'let '((inhibit-read-only t))