Replaced eval-with-clean-buffer debug declaration.
authorplugd <plugd@thelambdalab.xyz>
Wed, 28 Jul 2021 19:26:08 +0000 (21:26 +0200)
committerplugd <plugd@thelambdalab.xyz>
Wed, 28 Jul 2021 19:26:08 +0000 (21:26 +0200)
elpher.el

index 2b24bcf..76aa992 100644 (file)
--- a/elpher.el
+++ b/elpher.el
@@ -587,6 +587,7 @@ previously-visited pages,unless NO-HISTORY is non-nil."
 
 (defmacro elpher-with-clean-buffer (&rest args)
   "Evaluate ARGS with a clean *elpher* buffer as current."
 
 (defmacro elpher-with-clean-buffer (&rest args)
   "Evaluate ARGS with a clean *elpher* buffer as current."
+  (declare (debug (body))) ;; Allow edebug to step through body
   `(with-current-buffer elpher-buffer-name
      (unless (eq major-mode 'elpher-mode)
        ;; avoid resetting buffer-local variables
   `(with-current-buffer elpher-buffer-name
      (unless (eq major-mode 'elpher-mode)
        ;; avoid resetting buffer-local variables