From b892bcaa9469aedb5b32f4eaf03a2151a0588c64 Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Mon, 22 Feb 2021 22:44:31 +0100 Subject: Add missing debug declare form to with-nroam-markers macro --- nroam.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nroam.el b/nroam.el index c36c95c..5c1de09 100644 --- a/nroam.el +++ b/nroam.el @@ -48,7 +48,7 @@ "Evaluate BODY. Make the region inserted by BODY read-only, and marked with `nroam-start-marker' and `nroam-end-marker'." - (declare (indent 0)) + (declare (indent 0) (debug t)) `(let ((beg (point))) (set-marker nroam-start-marker (point)) ,@body -- cgit v1.3-2-g0d8e