From 66a50adea6ca82974a87ea7561f690a449dcbd57 Mon Sep 17 00:00:00 2001 From: plugd Date: Wed, 28 Jul 2021 21:26:08 +0200 Subject: [PATCH] Replaced eval-with-clean-buffer debug declaration. --- elpher.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.20.1