From 947e5a4fe761fc8a215bc01367d794a7f2acdc8c Mon Sep 17 00:00:00 2001 From: plugd Date: Sun, 18 Jul 2021 19:50:54 +0200 Subject: [PATCH] Added edebug specification for a macro. --- elpher.el | 1 + 1 file changed, 1 insertion(+) diff --git a/elpher.el b/elpher.el index 77ef234..4a001fd 100644 --- 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)) -- 2.20.1