X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=4a001fdd86ce8b7accb558e024d8051d5f5bae4a;hp=77ef234768211da4f034e3d9fcf290b9a54aca1a;hb=947e5a4fe761fc8a215bc01367d794a7f2acdc8c;hpb=22462735d43377874d01871e9749116916d180f5 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))