From: plugd Date: Wed, 28 Jul 2021 19:26:08 +0000 (+0200) Subject: Replaced eval-with-clean-buffer debug declaration. X-Git-Tag: v3.1.0~1 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=66a50adea6ca82974a87ea7561f690a449dcbd57 Replaced eval-with-clean-buffer debug declaration. --- diff --git a/elpher.el b/elpher.el index 2b24bcf..76aa992 100644 --- 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." + (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