From: plugd Date: Sun, 18 Jul 2021 17:50:54 +0000 (+0200) Subject: Added edebug specification for a macro. X-Git-Tag: v2.10.3~1 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=947e5a4fe761fc8a215bc01367d794a7f2acdc8c Added edebug specification for a macro. --- 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))